diff options
| -rw-r--r-- | scripts/toy.groovy | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 8f3a10a..8c8a2de 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1153,7 +1153,7 @@ def playSchedule = { lastPlay ->  	}  };  def playEvent = { rt = true, first = true -> -	if (!rt) return; +	if (!rt || getAway()) return;  	dress([[DRESSED,nTEASE],[DRESSED,TEASE],[TITS],[STOOD]]);  	if (sessionSummon([DRESSED,nTEASE])) {  		if (first.asBoolean()) { | 
