This commit is contained in:
NullFag
2023-03-30 11:42:05 +02:00
parent 6738616181
commit f17ef22ff3
2 changed files with 3 additions and 11 deletions

View File

@@ -38,13 +38,9 @@
/obj/item/spear/Initialize(mapload)
. = ..()
force = force_unwielded
//decent in a pinch, but pretty bad.
AddComponent(/datum/component/jousting)
AddComponent(/datum/component/butchering, \
speed = 10 SECONDS, \
effectiveness = 70, \
)
AddComponent(/datum/component/butchering, speed = 10 SECONDS, effectiveness = 30)
AddComponent(/datum/component/two_handed, \
force_unwielded = force_unwielded, \
force_wielded = force_wielded, \

View File

@@ -32,12 +32,8 @@
/obj/item/kinetic_crusher/Initialize(mapload)
. = ..()
AddComponent(/datum/component/butchering, \
speed = 6 SECONDS, \
effectiveness = 110, \
)
//technically it's huge and bulky, but this provides an incentive to use it
AddComponent(/datum/component/two_handed, force_unwielded=0, force_wielded=20)
AddComponent(/datum/component/butchering, speed = 7 SECONDS, effectiveness = 40)
AddComponent(/datum/component/two_handed, force_unwielded = 0, force_wielded = 20)
/obj/item/kinetic_crusher/Destroy()
QDEL_LIST(trophies)