Minifix for voodoo doll stuff.

Added some stuff to TODO/plans for when I come back from break.
This commit is contained in:
Mari the Deer 2020-07-11 20:12:06 +02:00
commit cc787a77a8
4 changed files with 24 additions and 12 deletions

View file

@ -479,6 +479,7 @@ Class Demolitionist : PlayerPawn
selflight.target = self;
selflight.Tick();
}
if ( player.mo != self ) return; // no voodoo dolls past this point
oldlagvel = lagvel;
oldlagready = lagready;
if ( player.weaponstate&WF_WEAPONBOBBING ) lagready = lagready*.9+.1;