- manually merged PR for kill count in Requiem MAP23.

This commit is contained in:
Christoph Oelckers 2020-06-06 16:25:51 +02:00 committed by drfrag
parent 0a5919aa02
commit 90476761a4

View file

@ -1963,6 +1963,8 @@ class LevelCompatibility : LevelPostProcessor
case '2499CF9A9351BE9BC4E9C66FC9F291A7': // Requiem MAP23
{
// Have arch-vile who creates ghost monsters not count as a kill
SetThingFlags(0, GetThingFlags(0) | MTF_NOCOUNT);
// Remove secret at switch that can only be scored by crouching
SetSectorSpecial(240, 0);
break;