Fix ILLUSORY/ilusory1 E3M7 some more (#918)

* Fix ILLUSORY/ilusory1 E3M7 some more
This commit is contained in:
Colton G. Rushton 2019-08-28 13:16:24 -03:00 committed by Christoph Oelckers
parent 98128d9fa3
commit 07f8b7f61a

View file

@ -1387,8 +1387,14 @@ class LevelCompatibility native play
}
case '0EF86635676FD512CE0E962040125553': // Illusions of Home e3m7
{
// Fix red key
// Fix red key and red key area door
// Also fix 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;
}
}