Skip to content

Commit

Permalink
Fixes the numbers since I forgot tehepero
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinMan4455 committed Sep 26, 2024
1 parent f23cf2f commit 376931f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/stacks/sandbags.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@
throwforce = 15
throw_speed = SPEED_VERY_FAST
throw_range = 20
max_amount = 25
max_amount = 35
attack_verb = list("hit", "bludgeoned", "whacked")
stack_id = "sandbags"

/obj/item/stack/sandbags/large_stack
amount = 35
amount = 50

/obj/item/stack/sandbags/small_stack
amount = 5
Expand Down

0 comments on commit 376931f

Please sign in to comment.