Tag colors and animated face using A_ChangeModel.

This commit is contained in:
Mari the Deer 2022-07-26 18:36:38 +02:00
commit 2d2dcf7ad5
28 changed files with 350 additions and 189 deletions

View file

@ -63,7 +63,7 @@ Class ExplodiumGun : SWWMWeapon
if ( demo && demo.mystats && !demo.mystats.GotWeapon(SisterWeapon.GetClass()) && (Owner.player == players[consoleplayer]) && !demo.ingivecheat )
{
SWWMHandler.AddOneliner(SWWMWeapon(SisterWeapon).GetLine,2);
demo.lastgrin = gametic;
demo.facegrin = true;
}
item.bPickupGood = true;
}