Skip to content

Commit 6fcb171

Browse files
authored
Merge pull request #22 from Eroc/main
20mm grenade adjustments
2 parents dc743d0 + d5a45f6 commit 6fcb171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zscript/HDBulletLib/Ammunition/20mm Grenades.zsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class WAN_20mmGrenade:SlowProjectile{
9898
A_HDBlast(
9999
//blastradius:128,blastdamage:random(24,48),fullblastradius:48,
100100
pushradius:128,pushamount:64,fullpushradius:48,
101-
fragradius:HDCONST_ONEMETRE*(1.6+0.2*stamina),fragtype:"WAN_20mmFragment",
101+
fragradius:HDCONST_ONEMETRE*(3.2+0.2*stamina),fragtype:"WAN_20mmFragment",fragments:1117,
102102
immolateradius:48,immolateamount:random(3,30),
103103
immolatechance:10
104104
);
@@ -263,4 +263,4 @@ class WAN_Dud20mmGrenade:HDActor{ //You can't use them for anything so there's n
263263
ROCQ A 0 spawn("DudRocketAmmo",pos,ALLOW_REPLACE);
264264
stop;*/
265265
}
266-
}
266+
}

0 commit comments

Comments
 (0)