From b7f1e4921b4bfb5d1f2fb7287fe51cbec0976040 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Thu, 3 Oct 2019 20:02:19 +0200 Subject: [PATCH] Beta 5 Motherfucking Hotfix 3: - Planted Nali fruits were not going through the correct growth state. --- zscript/uhealitems.zsc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zscript/uhealitems.zsc b/zscript/uhealitems.zsc index 6725ab6..811d7ad 100644 --- a/zscript/uhealitems.zsc +++ b/zscript/uhealitems.zsc @@ -84,7 +84,8 @@ Class NaliFruit : Health invoker.cnt = 0; } FRUT A 1 A_SetScale(Scale.x+1./35.); - FRUT A 0 A_JumpIf(Scale.x<1.0,"Spawn"); + FRUT A 0 A_JumpIf(Scale.x>=1.,1); + Goto Grow+1; FRUT A 35 { A_SetScale(1.);