Remove Illusory E3M7 key door changes

Removed the red key door compat patch for Illusions of Home E3M7 because a switch (the computer panel, rather) already opened that door as it was, therefore the original change was unnecessary.
This commit is contained in:
Colton G. Rushton 2019-10-10 07:35:06 -03:00 committed by Rachael Alexanderson
parent 525d678219
commit 3a54b10697

View file

@ -1387,13 +1387,9 @@ class LevelCompatibility native play
}
case '0EF86635676FD512CE0E962040125553': // Illusions of Home e3m7
{
// Fix red key and red key area door
// Also fix missing texture in red key area
// Fix red key and missing texture in red key area
SetThingFlags(247, 2016);
SetThingSkills(247, 31);
SetLineActivation(49, SPAC_Use);
SetLineSpecial(49, Door_Raise, 0, 16, 150, 0);
SetLineFlags(49, Line.ML_REPEAT_SPECIAL);
SetWallTexture(608, Line.back, Side.bottom, "GRAY5");
break;
}