Skip to content

Commit

Permalink
Update ballistics.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Erikafox committed Dec 19, 2024
1 parent b72b48b commit 38c384d
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define CLIP_ATTACHMENTS list(list(/obj/item/attachment/silencer, /obj/item/attachment/laser_sight, /obj/item/attachment/rail_light, /obj/item/attachment/bayonet))
#define CLIP_ATTACHMENTS list(/obj/item/attachment/silencer, /obj/item/attachment/laser_sight, /obj/item/attachment/rail_light, /obj/item/attachment/bayonet)
#define CLIP_ATTACHMNENT_POINTS list()


Expand Down Expand Up @@ -171,6 +171,9 @@ NO_MAG_GUN_HELPER(automatic/pistol/cm357)
fire_sound = 'sound/weapons/gun/smg/cm5.ogg'
manufacturer = MANUFACTURER_MINUTEMAN

spread = 3
spread_unwielded = 7

valid_attachments = CLIP_ATTACHMENTS
slot_available = list(
ATTACHMENT_SLOT_MUZZLE = 1,
Expand Down

0 comments on commit 38c384d

Please sign in to comment.