From f1e4d357922555582821cdaa54195912a01af029 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Sat, 6 Jun 2015 23:41:45 -0400 Subject: [PATCH] v0.3.0c: fixed goo's particles sticking around one turn too long. --- .../shatteredpixeldungeon/actors/blobs/GooWarn.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java index 23abf4ac5..be3512282 100644 --- a/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java +++ b/src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/GooWarn.java @@ -12,7 +12,10 @@ public class GooWarn extends Blob { //cosmetic blob, used to warn noobs that goo's pump up should, infact, be avoided. - //Thanks to Watabou for the much better particle effect, I was lazy and just re-colored flames initially + { + //this one needs to act after the Goo + actPriority = 3; + } protected int pos;