|
@@ -58,7 +58,7 @@ public enum AbnormalEffect
|
|
|
CONFUSED("confused", 0x0020),
|
|
|
|
|
|
// special effects
|
|
|
- S_INVULNERABLE("invulnerable", 0x000001),
|
|
|
+ S_INVINCIBLE("invincible", 0x000001),
|
|
|
S_AIR_STUN("redglow", 0x000002),
|
|
|
S_AIR_ROOT("redglow2", 0x000004),
|
|
|
S_BAGUETTE_SWORD("baguettesword", 0x000008),
|