From bc75dc056e19fadbb62b57cf637c6074dc14fd82 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Wed, 13 Oct 2021 22:42:36 +0200 Subject: [PATCH] Compat patch for misplaced items in Hexen MAP08. --- wadsrc/static/zscript/level_compatibility.zs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index 563e6e477..97ba5b637 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -987,6 +987,15 @@ class LevelCompatibility : LevelPostProcessor break; } + case '6CDA2721AA1076F063557CF89D88E92B': // hexen.wad map08 + { + // Amulet of warding accidentally shifted outside of map + SetThingXY(256,-1632,2352); + // Icon of the defender outside of map + SetThingSkills(261,0); + break; + } + case '39C594CAC07EE51C80F757DA465FCC94': // strife1.wad map10 { // fix the shooting range by matching sector 138 and 145 properties together