Made 100% kills possible on Altar of Evil, easy skill

https://www.doomworld.com/idgames/levels/doom2/Ports/a-c/altar666
This commit is contained in:
alexey.lysiuk 2018-04-22 17:49:13 +03:00
parent 16a8d71caf
commit ee9fa7c33e

View file

@ -682,6 +682,13 @@ class LevelCompatibility play
SetThingXY(8, 1200, -1072);
break;
}
case '5B8689912D21E91D899C61BBBDD44D7C': // altar of evil.wad map01
{
// Missing teleport destination on easy skill
SetThingSkills(115, 31);
break;
}
}
}