Third person animation fixup for explosive reload.

This commit is contained in:
Mari the Deer 2020-06-04 17:42:28 +02:00
commit d100d09378
3 changed files with 9 additions and 4 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\cxSWWM GZ\c- r301 (Thu 4 Jun 16:55:29 CEST 2020)";
SWWM_MODVER="\cxSWWM GZ\c- r302 (Thu 4 Jun 17:42:28 CEST 2020)";

View file

@ -477,7 +477,9 @@ Class ExplodiumGun : SWWMWeapon
}
XZW6 EFGHIJKLMNOPRS 1;
XZW6 T 1 A_ThrowMag();
XZW6 UVWXY 2;
XZW6 UV 2;
XZW6 W 2 A_PlayerReload();
XZW6 XY 2;
XZW6 Z 4;
Goto ReloadEnd;
Reload:

View file

@ -319,7 +319,8 @@ Class TinyCandyPop : CandyPop
s.special1 = Random[ExploS](1,3);
s.scale *= 1.8;
s.alpha *= .4;
} }
}
}
Stop;
}
}
@ -1125,7 +1126,9 @@ Class CandyGun : SWWMWeapon
}
XZW6 EFGHIJKLMNOPRS 1;
XZW6 T 1 A_ThrowMag();
XZW6 UVWXY 2;
XZW6 UV 2;
XZW6 W 2 A_PlayerReload();
XZW6 XY 2;
XZW6 Z 4;
Goto ReloadEnd;
SpecialFire: