Fix Crackshot subgrenades randomly transforming into normal grenades.

This commit is contained in:
Mari the Deer 2020-06-08 23:28:45 +02:00
commit 3b7d676cb5
2 changed files with 4 additions and 1 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\cxSWWM GZ\c- r327 (Mon 8 Jun 22:38:41 CEST 2020)";
SWWM_MODVER="\cxSWWM GZ\c- r328 (Mon 8 Jun 23:28:45 CEST 2020)";

View file

@ -864,6 +864,9 @@ Class HellblazerClusterMini : HellblazerMissile2
Spawn:
XZW1 A 1 A_ClusterTick(Color(2,4,2));
Wait;
Bounce:
XZW1 A 0 A_HandleBounce();
Goto Spawn;
Death:
TNT1 A 0 A_ClusterExplode();
HEXP ABCDEFGHIJKLMNOPQR 1 Bright A_ClusterSubExpl();