From f41c0eca12f49eb17fcf67d272e9eb701faf1d61 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 20 Oct 2019 09:55:37 +0300 Subject: [PATCH] - fixed broken walkthrough of Restoring Deimos MAP03 # Conflicts: # wadsrc/static/zscript/level_compatibility.zs --- wadsrc/static/zscript/level_compatibility.zs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index c913d9150..5968c98e2 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -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; } } }