Remove a multiplayer-only teleport destination in Heretic E4M8 that makes no sense whatsoever and prevents the player from finishing the map in the hardest skills.

This commit is contained in:
Mari the Deer 2021-09-30 20:10:01 +02:00
commit daec358a32
3 changed files with 5 additions and 3 deletions

View file

@ -121,6 +121,8 @@ Class SWWMLevelCompatibility : LevelPostProcessor
case '30D1480A6D4F3A3153739D4CCF659C4E':
level.nextsecretmap = level.nextmap; // so the handler can detect this
level.nextmap = "E5M1";
// remove a multiplayer-exclusive teleport because it's dumb as all fuck that it exists
SetThingEdNum(78,0);
break;
// Micro Slaughter Community Project MAP13 (beta) / MAP14 (v1)
case 'E45AA3BE411845AA0DEE7CA5DAAB65FE':