From 41e42e874f735bda19ebbb74ad4b33d00d3a5d4b Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Thu, 3 Oct 2019 22:37:18 +0200 Subject: [PATCH] Beta 5 Pleaseletitstop Hotfix 7: - Planted Nali Fruits can now be picked up again. The quirks of InStateSequence are annoying sometimes. --- zscript/uhealitems.zsc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zscript/uhealitems.zsc b/zscript/uhealitems.zsc index 811d7ad..db53f4f 100644 --- a/zscript/uhealitems.zsc +++ b/zscript/uhealitems.zsc @@ -84,8 +84,7 @@ Class NaliFruit : Health invoker.cnt = 0; } FRUT A 1 A_SetScale(Scale.x+1./35.); - FRUT A 0 A_JumpIf(Scale.x>=1.,1); - Goto Grow+1; + FRUT A 0 A_JumpIf(Scale.x<1.,"Grow+1"); FRUT A 35 { A_SetScale(1.);