- fixed level progression of titan-426 map on easy skill

https://www.doomworld.com/idgames/levels/doom2/Ports/s-u/titan426
This commit is contained in:
alexey.lysiuk 2019-03-27 13:18:33 +02:00 committed by drfrag
parent 08e5ca62b7
commit 4711ced89b

View file

@ -1299,6 +1299,14 @@ class LevelCompatibility native play
break;
}
case '3B1F637295F5669E99BE63F1B1CA29DF': // titan426.wad map01
{
// Missing teleport destinations on easy skill
SetThingSkills(138, 31); // secret
SetThingSkills(1127, 31); // return from exit room
break;
}
}
}