V0.2.1 : power reduction to the Gnoll Trickster

This commit is contained in:
Evan Debenham 2014-10-09 01:53:08 -04:00
parent b048a3b242
commit cb381c1cbb

View File

@ -289,7 +289,9 @@ public class Ghost extends Mob.NPC {
public static void restoreFromBundle( Bundle bundle ) {
Bundle node = bundle.getBundle( NODE );
//TODO: may be some issues with an old quest in progress that already spawned a fetid rat
if (!node.isNull() && !node.contains( ALTERNATIVE ) && (spawned = node.getBoolean( SPAWNED ))) {
type = node.getInt( TYPE );
@ -474,9 +476,6 @@ public class Ghost extends Mob.NPC {
} else {
if (effect >=6)
Buff.prolong( enemy, Paralysis.class, 3f );
if (effect >=4 && aflame == null){
if (Level.flamable[enemy.pos])