mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Reduce Carpenter hammer force (this thing can open locked gun crates!) (#88380)
## About The Pull Request Carpenter hammer force 20 -> 17 Carpenter hammer throwforce 20 -> 14 Carpenter hammer demo mod 1.25 -> 1.15 ## Why It's Good For The Game You can buy this thing in the black market for 250 credits and it's strong enough to open gun crates from cargo  ## Changelog 🆑 Melbert balance: Carpenter hammer force 20 -> 17 balance: Carpenter hammer throwforce 20 -> 14 balance: Carpenter hammer demo mod 1.25 -> 1.15 /🆑
This commit is contained in:
@@ -464,12 +464,12 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301
|
||||
lefthand_file = 'icons/mob/inhands/weapons/hammers_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/weapons/hammers_righthand.dmi'
|
||||
desc = "Uncanny looking hammer."
|
||||
force = 20
|
||||
throwforce = 20
|
||||
force = 17
|
||||
throwforce = 14
|
||||
throw_range = 4
|
||||
w_class = WEIGHT_CLASS_NORMAL
|
||||
wound_bonus = 20
|
||||
demolition_mod = 1.25
|
||||
demolition_mod = 1.15
|
||||
slot_flags = ITEM_SLOT_BELT
|
||||
|
||||
/obj/item/carpenter_hammer/Initialize(mapload)
|
||||
|
||||
Reference in New Issue
Block a user