Compat patch for misplaced items in Hexen MAP08.

This commit is contained in:
Marisa Kirisame 2021-10-13 22:42:36 +02:00 committed by Christoph Oelckers
parent d0975467f5
commit bc75dc056e

View file

@ -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