- fixed broken walkthrough of Skulldash MAP04

This commit is contained in:
alexey.lysiuk 2019-10-20 10:00:27 +03:00
parent 3d557b68b0
commit 1dd08a73ed

View file

@ -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;
}
}
}