From 207f81cc37505ac92348d9bc5a53737f5b1a2f26 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 18 Jan 2017 01:45:02 +0100 Subject: [PATCH] - fixed: There was a temporarily commented out piece of code about the Sigil which I forgot to reinstate after making some changes. --- wadsrc/static/zscript/strife/alienspectres.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }