From ee9fa7c33ea474943c260b7fa6c54a86a2faa277 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 22 Apr 2018 17:49:13 +0300 Subject: [PATCH] Made 100% kills possible on Altar of Evil, easy skill https://www.doomworld.com/idgames/levels/doom2/Ports/a-c/altar666 --- wadsrc/static/zscript/level_compatibility.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.txt b/wadsrc/static/zscript/level_compatibility.txt index 4fc1ba0ba..fd62fbe37 100644 --- a/wadsrc/static/zscript/level_compatibility.txt +++ b/wadsrc/static/zscript/level_compatibility.txt @@ -682,6 +682,13 @@ class LevelCompatibility play SetThingXY(8, 1200, -1072); break; } + + case '5B8689912D21E91D899C61BBBDD44D7C': // altar of evil.wad map01 + { + // Missing teleport destination on easy skill + SetThingSkills(115, 31); + break; + } } }