Skip to content

Commit

Permalink
- fixed broken walkthrough of Restoring Deimos MAP03
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 20, 2019
1 parent 5a6d803 commit 3d557b6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wadsrc/static/zscript/level_compatibility.zs
Expand Up @@ -1429,6 +1429,14 @@ class LevelCompatibility native play
SetThingFlags(2169,0);
SetThingFlags(2168,0);
SetThingFlags(2167,0);
break;
}

case '66B931B03618EDE5C022A1EC87189158': // Restoring Deimos MAP03
{
// Missing teleport destination on easy skill
SetThingSkills(62, 31);
break;
}
}
}
Expand Down

0 comments on commit 3d557b6

Please sign in to comment.