mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- manually merged PR for kill count in Requiem MAP23.
This commit is contained in:
parent
1d1331289a
commit
903ca15af2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue