diff --git a/wadsrc/static/zscript/level_compatibility.txt b/wadsrc/static/zscript/level_compatibility.txt index 134255c3b0..cb32088da5 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; + } } }