I want to fucking die.
This commit is contained in:
parent
41f065fdd0
commit
722121e21a
11 changed files with 9 additions and 47 deletions
|
|
@ -258,7 +258,7 @@ extend Class SWWMHandler
|
|||
else if ( e.DamageType == 'Love' )
|
||||
{
|
||||
score += 600;
|
||||
if ( scr ) scr.AppendXString(StringTable.Localize(((e.Thing is 'WolfensteinSS')||(e.Thing.Species=='WolfensteinSS'))?"$SWWM_LOVED_ALT":"$SWWM_LOVED"),0,Font.FindFontColor('BlushPink'));
|
||||
if ( scr ) scr.AppendXString(StringTable.Localize(((e.Thing is 'WolfensteinSS')||(e.Thing.Species=='WolfensteinSS'))?"$SWWM_LOVED_ALT":"$SWWM_LOVED"),0,Font.FindFontColor('TransPink'));
|
||||
}
|
||||
else if ( inflictor is 'FroggyChair' )
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue