I want to fucking die.

This commit is contained in:
Mari the Deer 2025-02-13 11:00:19 +01:00
commit 722121e21a
11 changed files with 9 additions and 47 deletions

View file

@ -261,11 +261,6 @@ extend Class SWWMHandler
if ( inultdoom2 == -1 ) inultdoom2 = SWWMUtility.IsUltDoom2();
if ( e.Thing.GetClass() == 'Pig' )
e.Thing.SetTag("$FN_PIG"); // missing in gzdoom
// nashgore compat
else if ( e.Thing.GetClassName() == "NashGoreFootprintLeft" )
e.Thing.A_ChangeModel("",0,"","",0,"models/nashgore/Footprint","DemoFootprintL.png");
else if ( e.Thing.GetClassName() == "NashGoreFootprintRight" )
e.Thing.A_ChangeModel("",0,"","",0,"models/nashgore/Footprint","DemoFootprintR.png");
// eviternity stuff
else if ( (e.Thing.GetClassName() == "Archangelus")
|| (e.Thing.GetClassName() == "ArchangelusA")