diff --git a/wadsrc/static/zscript/strife/alienspectres.txt b/wadsrc/static/zscript/strife/alienspectres.txt index 791266cc0..d65142582 100644 --- a/wadsrc/static/zscript/strife/alienspectres.txt +++ b/wadsrc/static/zscript/strife/alienspectres.txt @@ -166,7 +166,7 @@ class AlienSpectre1 : SpectralMonster player.GiveInventoryType ("UpgradeAccuracy"); } Sigil sigl = Sigil(player.FindInventory("Sigil")); - if (sigl != null /*&& sigl.NumPieces == 5*/) + if (sigl != null && sigl.health == 5) { // You wield the power of the complete Sigil. log = 85; }