Add mugshot to HUD.
This commit is contained in:
parent
4661d0f2f3
commit
93891b2ccf
32 changed files with 249 additions and 67 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue