Fix Scrake's isues with stun mechanic
This commit is contained in:
parent
30da37c3dc
commit
5ceb49b2c3
2 changed files with 2 additions and 1 deletions
|
|
@ -20,6 +20,7 @@ simulated event SetAnimAction(name NewAction){
|
|||
simulated function Unstun(){
|
||||
bCharging = true;
|
||||
MovementAnims[0] = 'ChargeF';
|
||||
GoToState('RunningState');
|
||||
super.Unstun();
|
||||
}
|
||||
function TakeDamageClient(int Damage, Pawn InstigatedBy, Vector Hitlocation, Vector Momentum, class<NiceWeaponDamageType> damageType, float headshotLevel, float lockonTime){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue