- fixed broken walkthrough of Restoring Deimos MAP03

# Conflicts:
#	wadsrc/static/zscript/level_compatibility.zs
This commit is contained in:
alexey.lysiuk 2019-10-20 09:55:37 +03:00 committed by drfrag
parent a6eb3f3016
commit f41c0eca12

View file

@ -1416,6 +1416,14 @@ class LevelCompatibility native play
OffsetSectorPlane(990, Sector.ceiling, val);
OffsetSectorPlane(245, Sector.ceiling, val);
OffsetSectorPlane(3044, Sector.ceiling, val);
break;
}
case '66B931B03618EDE5C022A1EC87189158': // Restoring Deimos MAP03
{
// Missing teleport destination on easy skill
SetThingSkills(62, 31);
break;
}
}
}