From 20e535be846c94b6701bc232f311b02e79599ef5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 28 Dec 2018 01:41:01 +0000 Subject: Remove and reschedule play event in case it occurred during immediate punishment --- scripts/toy.groovy | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/toy.groovy b/scripts/toy.groovy index 5b40475..2cf9200 100644 --- a/scripts/toy.groovy +++ b/scripts/toy.groovy @@ -1330,8 +1330,10 @@ def confess = { ["Immediate punishment!", "So you will suffer... right now!"]]); adjustPunish(100); showButtonG("Yes, mistress", "ok"); + removeEvent(PLAY); sessionPlay(); sessionRelease(sessionAborted == null); + playSchedule(getTime()); } else { present([DRESSED, nTEASE], [ -- cgit v1.2.3