mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 20:21:26 +00:00
- added _mental_*s compatibility fix for Ultimate Simplicity, map07
This commit is contained in:
parent
054899ea53
commit
5fd3b1cf19
1 changed files with 9 additions and 0 deletions
|
@ -340,3 +340,12 @@ F481922F4881F74760F3C0437FD5EDD0 // map03
|
|||
rebuildnodes
|
||||
}
|
||||
|
||||
1891E029994B023910CFE0B3209C3CDB // Ultimate Simplicity, map07
|
||||
{
|
||||
// It is possible to get stuck on skill 0 or 1 when no shots have been fired
|
||||
// after sector 17 became accessible and before entering famous mancubus room.
|
||||
// Monsters from the mentioned sector won't be alerted and so
|
||||
// they won't teleport into the battle. ACS will wait forever for their deaths.
|
||||
setlinespecial 397 NoiseAlert 0 0 0 0 0
|
||||
setlinespecial 411 NoiseAlert 0 0 0 0 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue