Skip to content

Commit

Permalink
remove tweak, do crafting recipe instead
Browse files Browse the repository at this point in the history
  • Loading branch information
iMoeMoe committed Nov 11, 2023
1 parent f3da790 commit e37e6e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/game/objects/items/melee/f13twohanded.dm
Original file line number Diff line number Diff line change
Expand Up @@ -343,13 +343,13 @@
desc = "A finely crafted spear with a shaft wrapped in deathclaw leather. It is tipped with a claw from a beast that must have been terrifying in size."
icon_state = "spear-claw"
icon_prefix = "spear-claw"
force = 30
armour_penetration = 0
force = 20
armour_penetration = 0.15
sharpness = SHARP_EDGED

/obj/item/twohanded/spear/bonespear/deathclaw/ComponentInitialize()
. = ..()
AddComponent(/datum/component/two_handed, force_unwielded = 30, force_wielded = 45, icon_wielded="[icon_prefix]2")
AddComponent(/datum/component/two_handed, force_unwielded = 20, force_wielded = 45, icon_wielded="[icon_prefix]2")



Expand Down

0 comments on commit e37e6e9

Please sign in to comment.