From 2f326ebddc4f4de18909b557fa69fe74ac849e82 Mon Sep 17 00:00:00 2001 From: James Haley Date: Sun, 26 Sep 2010 06:26:50 +0000 Subject: Identified quest #7 (killed Blue Acolytes), fixed a bug in P_SpawnMobj (Strife doesn't withhold mobj->reactioncount in skill 5), added static line specials 142, 143, and 149 for vertical texture scrolling, and made note of a bug with Irale's door line type. Subversion-branch: /branches/strife-branch Subversion-revision: 2142 --- src/strife/doomdef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/strife/doomdef.h') diff --git a/src/strife/doomdef.h b/src/strife/doomdef.h index 2dbf716b..bf24b619 100644 --- a/src/strife/doomdef.h +++ b/src/strife/doomdef.h @@ -247,7 +247,7 @@ enum QF_QUEST4 = (1 << tk_quest4), QF_QUEST5 = (1 << tk_quest5), QF_QUEST6 = (1 << tk_quest6), // Destroyed the Power Coupling - QF_QUEST7 = (1 << tk_quest7), + QF_QUEST7 = (1 << tk_quest7), // Killed Blue Acolytes ("Scanning Team") QF_QUEST8 = (1 << tk_quest8), QF_QUEST9 = (1 << tk_quest9), QF_QUEST10 = (1 << tk_quest10), -- cgit v1.2.3