mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-22 12:11:25 +00:00
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:
parent
16a8d71caf
commit
ee9fa7c33e
1 changed files with 7 additions and 0 deletions
|
@ -682,6 +682,13 @@ class LevelCompatibility play
|
||||||
SetThingXY(8, 1200, -1072);
|
SetThingXY(8, 1200, -1072);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
case '5B8689912D21E91D899C61BBBDD44D7C': // altar of evil.wad map01
|
||||||
|
{
|
||||||
|
// Missing teleport destination on easy skill
|
||||||
|
SetThingSkills(115, 31);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue