From e40b966a0f4eb78b08aecfbd2b8dd3c28370e418 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Mon, 1 Apr 2024 22:36:54 +0200 Subject: [PATCH] Avoid unnecessary clauses (to look in context) --- game/scripts/characters/hermione/events/favors/suck_it.rpy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/game/scripts/characters/hermione/events/favors/suck_it.rpy b/game/scripts/characters/hermione/events/favors/suck_it.rpy index 9dd9c649..45ea1e4c 100644 --- a/game/scripts/characters/hermione/events/favors/suck_it.rpy +++ b/game/scripts/characters/hermione/events/favors/suck_it.rpy @@ -1,5 +1,3 @@ - - ### Hermione Blowjob ### label start_hg_pf_blowjob: @@ -823,10 +821,10 @@ label hg_pf_hidden_blowjob: jump hg_hidden_blowjob_luna random: - block if states.her.ev.suck_it.snape_encounter: + block: jump hg_hidden_blowjob_snape - block if states.her.ev.suck_it.tonks_encounter: + block: jump hg_hidden_blowjob_tonks block if states.her.ev.suck_it.luna_encounter: