mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
- Have Plutonia MAP16 pit kill player
This commit is contained in:
parent
017b3f9dc7
commit
9ee0271320
1 changed files with 9 additions and 0 deletions
|
@ -232,6 +232,15 @@ class LevelCompatibility play
|
|||
break;
|
||||
}
|
||||
|
||||
case 'ECA0559E85EFFB6966ECB8DE01E3A35B': // Plutonia Experiment MAP16
|
||||
{
|
||||
// Have it so that the slime pit at the end of the level can
|
||||
// actually kill the player.
|
||||
SetSectorSpecial(95, 768);
|
||||
SetSectorSpecial(96, 768);
|
||||
break;
|
||||
}
|
||||
|
||||
case '9D84B423D8FD28553DDE23B55F97CF4A': // Plutonia Experiment MAP25
|
||||
{
|
||||
// Missing texture at level exit.
|
||||
|
|
Loading…
Reference in a new issue