mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-02-20 18:42:17 +00:00
- fixed broken walkthrough of Restoring Deimos MAP03
# Conflicts: # wadsrc/static/zscript/level_compatibility.zs
This commit is contained in:
parent
a6eb3f3016
commit
f41c0eca12
1 changed files with 8 additions and 0 deletions
|
@ -1416,6 +1416,14 @@ class LevelCompatibility native play
|
|||
OffsetSectorPlane(990, Sector.ceiling, val);
|
||||
OffsetSectorPlane(245, Sector.ceiling, val);
|
||||
OffsetSectorPlane(3044, Sector.ceiling, val);
|
||||
break;
|
||||
}
|
||||
|
||||
case '66B931B03618EDE5C022A1EC87189158': // Restoring Deimos MAP03
|
||||
{
|
||||
// Missing teleport destination on easy skill
|
||||
SetThingSkills(62, 31);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue