Skip to content

Commit

Permalink
Rebalance of other 10mm weapons
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlonl committed Oct 31, 2024
1 parent 6ef283e commit e4a9366
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/automatic.dm
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
item_state = "moistnugget"
weapon_weight = WEAPON_HEAVY
mag_type = /obj/item/ammo_box/magazine/m10mm_ringneck/rifle
fire_delay = 0.5 SECONDS
fire_delay = 0.65 SECONDS
burst_size = 1
w_class = WEIGHT_CLASS_HUGE
slot_flags = ITEM_SLOT_BACK
Expand Down
8 changes: 4 additions & 4 deletions code/modules/projectiles/guns/ballistic/smg.dm
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,11 @@
eject_sound = 'sound/weapons/gun/smg/smg_unload.ogg'
eject_empty_sound = 'sound/weapons/gun/smg/smg_unload.ogg'

spread = 7
spread_unwielded = 10
spread = 8
spread_unwielded = 12

recoil = 0
recoil_unwielded = 4
recoil = 1
recoil_unwielded = 6

wield_delay = 0.4 SECONDS

Expand Down

0 comments on commit e4a9366

Please sign in to comment.