Skip to content

Commit

Permalink
- fixed broken walkthrough of Skulldash MAP04
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 20, 2019
1 parent 3d557b6 commit 1dd08a7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wadsrc/static/zscript/level_compatibility.zs
Expand Up @@ -1438,6 +1438,13 @@ class LevelCompatibility native play
SetThingSkills(62, 31);
break;
}

case '17314071AB76F4789763428FA2E8DA4C': // Skulldash Expanded Edition MAP04
{
// Missing teleport destination on easy skill
SetThingSkills(164, 31);
break;
}
}
}

Expand Down

0 comments on commit 1dd08a7

Please sign in to comment.