- 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
parent 1dd0909ec2
commit c4ef8ce465

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;
}
}
}