From 227d236f76abca39c6fe0fc5e22b67cc00106c5b Mon Sep 17 00:00:00 2001 From: Ryan Cordell Date: Tue, 28 Jan 2014 12:38:32 +0100 Subject: [PATCH] Replaced the TUTNT stealth monsters with different monsters. If they ended up crashing the game for other people like it did to me, this should be a godsend. --- DoomRPG-TUTNT/actors/dec_mons.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/DoomRPG-TUTNT/actors/dec_mons.txt b/DoomRPG-TUTNT/actors/dec_mons.txt index b3d336e44..9c60021db 100644 --- a/DoomRPG-TUTNT/actors/dec_mons.txt +++ b/DoomRPG-TUTNT/actors/dec_mons.txt @@ -5568,3 +5568,19 @@ ACTOR TNTTrail2 : TNTTrail1 } }*/ +//////////////////////////////// +//Stealth Monster replacements// +//////////////////////////////// + +ACTOR DRPGArachnotron : Arachnotron replaces StealthArachnotron { +ALWAYSFAST } +ACTOR DRPGArchvile : Archvile replaces StealthArchvile { +ALWAYSFAST } +ACTOR DRPGBaron : BaronOfHell replaces StealthBaron { +ALWAYSFAST } +ACTOR DRPGCacodemon : EnhancedCacodemon replaces StealthCacodemon { +ALWAYSFAST } +ACTOR DRPGChaingunGuy : ChaingunGuy replaces StealthChaingunGuy { +ALWAYSFAST } +ACTOR DRPGDemon : BloodDemonClone replaces StealthDemon { +ALWAYSFAST } +ACTOR DRPGHellKnight : HellKnight replaces StealthHellKnight { +ALWAYSFAST } +ACTOR DRPGDoomImp : STDarkImp replaces StealthDoomImp { +ALWAYSFAST } +ACTOR DRPGFatso : Fatso replaces StealthFatso { +ALWAYSFAST } +ACTOR DRPGRevenant : Revenant replaces StealthRevenant { +ALWAYSFAST } +ACTOR DRPGShotgunGuy : ShotgunGuy replaces StealthShotgunGuy { +ALWAYSFAST } +ACTOR DRPGZombieMan : ZombieMan replaces StealthZombieMan { +ALWAYSFAST }