Skip to content

Commit

Permalink
fix5
Browse files Browse the repository at this point in the history
  • Loading branch information
Riverz1 committed Feb 1, 2025
1 parent c35917f commit e5619eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/grenade_launcher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
throw_range = 10
force = 5.0
var/list/grenades = list()
var/max_grenades = 3
var/max_grenades = 5
m_amt = 2000
slot_flags = SLOT_FLAGS_BACK
can_be_holstered = FALSE
Expand Down

0 comments on commit e5619eb

Please sign in to comment.