Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapu1178 committed May 12, 2024
1 parent 6b3ad9c commit f345407
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/singularityhammer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
slot_flags = ITEM_SLOT_BACK

force = 5
force_wielded = type::force * 4
force_wielded = 20
throwforce = 15
throw_range = 1

Expand Down Expand Up @@ -80,7 +80,7 @@
slot_flags = ITEM_SLOT_BACK

force = 5
force_wielded = type::force * 5
force_wielded = 25
throwforce = 30
throw_range = 7

Expand Down

0 comments on commit f345407

Please sign in to comment.