Little bit of maintenance:

* Return the Doom 2 Cast Call to vanilla and simply label Doomguy as Doomguy
 * Ensure there are TWO canvas textures available for the Plasma Blaster screen
 * Fix some typos in material shader definitions for Demo-chan's face (oops)
This commit is contained in:
Mari the Deer 2025-02-20 13:45:37 +01:00
commit 2fe8e0f947
49 changed files with 17 additions and 467 deletions

View file

@ -57,28 +57,3 @@ Class SWWMVoodooDoll : PlayerPawn
Stop;
}
}
// for the doom 2 cast
Class CastDemolitionist : Actor
{
Default
{
DeathSound "demolitionist/death";
}
States
{
Spawn:
See:
ZYX1 ABCDEFGHIJKLMNOP 2;
Loop;
Missile:
ZYX1 A 2;
ZYX2 ABCDEF 2;
Goto See;
Death:
ZYX1 A 2;
ZYX3 ABCDEFGHIJKLMNOP 2;
ZYX3 Q -1;
Stop;
}
}