You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zscript/HDBulletLib/SpawnHandler.zsc
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,10 @@ class HDBulletLibHandler : EventHandler {
33
33
'Savage300Ammo',
34
34
'HD762TokarevAmmo',
35
35
'TokarevBrass',
36
-
'Savage300Brass'
36
+
'Savage300Brass',
37
+
'HD_776BeltLink', //[Eric] NOTE FOR FUTURE ADDITIONS: The first hdblib_enableammo CVAR is full as of this line. The next 32 entries below must use hdblib_enableammo_2.
38
+
'HD_12MMBeltLink',
39
+
'HD_35mmBeltLink'
37
40
};
38
41
39
42
// [Ace] Future-proofing. I doubt this library will ever have 32 * 3 ammo types and projectiles.
0 commit comments