v0.3.0c: fixed goo's particles sticking around one turn too long.

This commit is contained in:
Evan Debenham 2015-06-06 23:41:45 -04:00
parent 3e884cb569
commit f1e4d35792

View File

@ -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;