mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
Added compatibility entry for Ultimate Simplicity MAP04
Now it's possible to get 100% kills on lower skill levels
This commit is contained in:
parent
9a9c90a504
commit
0f62cd67a5
1 changed files with 8 additions and 0 deletions
|
@ -376,6 +376,14 @@ F481922F4881F74760F3C0437FD5EDD0 // map03
|
|||
setlinespecial 1008 Door_Open 0 64 0 0 0
|
||||
}
|
||||
|
||||
7ED9800213C00D6E7FB98652AB48B3DE // Ultimate Simplicity, map04
|
||||
{
|
||||
// Add missing map spots on easy and medium skills
|
||||
// Demons will teleport into starting room making 100% kills possible
|
||||
setthingskills 31 31
|
||||
setthingskills 32 31
|
||||
}
|
||||
|
||||
1891E029994B023910CFE0B3209C3CDB // Ultimate Simplicity, map07
|
||||
{
|
||||
// It is possible to get stuck on skill 0 or 1 when no shots have been fired
|
||||
|
|
Loading…
Reference in a new issue