mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- fixed broken walkthrough of Restoring Deimos MAP03
This commit is contained in:
parent
5a6d8035d0
commit
3d557b68b0
1 changed files with 8 additions and 0 deletions
|
@ -1429,6 +1429,14 @@ class LevelCompatibility native play
|
|||
SetThingFlags(2169,0);
|
||||
SetThingFlags(2168,0);
|
||||
SetThingFlags(2167,0);
|
||||
break;
|
||||
}
|
||||
|
||||
case '66B931B03618EDE5C022A1EC87189158': // Restoring Deimos MAP03
|
||||
{
|
||||
// Missing teleport destination on easy skill
|
||||
SetThingSkills(62, 31);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue