From 1dd08a73edb704197800ab25842bde5d316ee6f3 Mon Sep 17 00:00:00 2001
From: "alexey.lysiuk" <alexey.lysiuk@gmail.com>
Date: Sun, 20 Oct 2019 10:00:27 +0300
Subject: [PATCH] - fixed broken walkthrough of Skulldash MAP04

---
 wadsrc/static/zscript/level_compatibility.zs | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/wadsrc/static/zscript/level_compatibility.zs b/wadsrc/static/zscript/level_compatibility.zs
index fba96b1df2..75f172a138 100644
--- a/wadsrc/static/zscript/level_compatibility.zs
+++ b/wadsrc/static/zscript/level_compatibility.zs
@@ -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;
+			}
 		}
 	}