From 05dcd308387159c73a2c770ffd670ae7b114cd8d Mon Sep 17 00:00:00 2001
From: "alexey.lysiuk" <alexey.lysiuk@gmail.com>
Date: Wed, 11 Apr 2018 11:52:07 +0300
Subject: [PATCH] Made 100% secrets possible on The Realm of Parthoris E1M5

https://forum.zdoom.org/viewtopic.php?t=60181#p1049393
---
 wadsrc/static/zscript/level_compatibility.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/wadsrc/static/zscript/level_compatibility.txt b/wadsrc/static/zscript/level_compatibility.txt
index 134255c3b..cb32088da 100644
--- a/wadsrc/static/zscript/level_compatibility.txt
+++ b/wadsrc/static/zscript/level_compatibility.txt
@@ -406,6 +406,13 @@ class LevelCompatibility play
 				SetSectorSpecial(868, 0);
 				break;
 			}
+
+			case 'DB31D71B11E3E4393B9C0CCB44A8639F': // rop_2015.wad e1m5
+			{
+				// Lower floor a bit so secret switch becomes accessible
+				OffsetSectorPlane(527, Sector.floor, -32);
+				break;
+			}
 		}
 	}