V0.2.1 : power reduction to the Gnoll Trickster
This commit is contained in:
parent
b048a3b242
commit
cb381c1cbb
|
@ -290,6 +290,8 @@ public class Ghost extends Mob.NPC {
|
|||
|
||||
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])
|
||||
|
|
Loading…
Reference in New Issue
Block a user