Add mugshot to HUD.

This commit is contained in:
Mari the Deer 2022-07-05 23:33:29 +02:00
commit 93891b2ccf
32 changed files with 249 additions and 67 deletions

View file

@ -61,7 +61,10 @@ Class ExplodiumGun : SWWMWeapon
// add the oneliner
let demo = Demolitionist(Owner);
if ( demo && demo.mystats && !demo.mystats.GotWeapon(SisterWeapon.GetClass()) && (Owner.player == players[consoleplayer]) && !demo.ingivecheat )
{
SWWMHandler.AddOneliner(SWWMWeapon(SisterWeapon).GetLine,2);
demo.lastgrin = gametic;
}
item.bPickupGood = true;
}
return true;