- manually merged PR for kill count in Requiem MAP23.

This commit is contained in:
Christoph Oelckers 2020-06-06 16:25:51 +02:00
parent 1d1331289a
commit 903ca15af2

View file

@ -1974,6 +1974,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;