From 6e544a1d419b1defee9b8913ad319b9f1988331f Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Wed, 4 May 2022 11:46:55 +0200 Subject: [PATCH] Fix co-op softlock in Heretic E4M8 due to multiplayer teleporter. --- wadsrc/static/zscript/level_compatibility.zs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs index 97ba5b637..58bc4a091 100644 --- a/wadsrc/static/zscript/level_compatibility.zs +++ b/wadsrc/static/zscript/level_compatibility.zs @@ -987,6 +987,13 @@ class LevelCompatibility : LevelPostProcessor break; } + case '30D1480A6D4F3A3153739D4CCF659C4E': // heretic.wad E4M8 + { + // multiplayer teleporter prevents exit on cooperative + SetThingFlags(78,MTF_DEATHMATCH); + break; + } + case '6CDA2721AA1076F063557CF89D88E92B': // hexen.wad map08 { // Amulet of warding accidentally shifted outside of map