mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-11 18:22:14 +00:00
f
This commit is contained in:
@@ -38,13 +38,9 @@
|
|||||||
/obj/item/spear/Initialize(mapload)
|
/obj/item/spear/Initialize(mapload)
|
||||||
. = ..()
|
. = ..()
|
||||||
force = force_unwielded
|
force = force_unwielded
|
||||||
//decent in a pinch, but pretty bad.
|
|
||||||
AddComponent(/datum/component/jousting)
|
AddComponent(/datum/component/jousting)
|
||||||
|
|
||||||
AddComponent(/datum/component/butchering, \
|
AddComponent(/datum/component/butchering, speed = 10 SECONDS, effectiveness = 30)
|
||||||
speed = 10 SECONDS, \
|
|
||||||
effectiveness = 70, \
|
|
||||||
)
|
|
||||||
AddComponent(/datum/component/two_handed, \
|
AddComponent(/datum/component/two_handed, \
|
||||||
force_unwielded = force_unwielded, \
|
force_unwielded = force_unwielded, \
|
||||||
force_wielded = force_wielded, \
|
force_wielded = force_wielded, \
|
||||||
|
|||||||
@@ -32,12 +32,8 @@
|
|||||||
|
|
||||||
/obj/item/kinetic_crusher/Initialize(mapload)
|
/obj/item/kinetic_crusher/Initialize(mapload)
|
||||||
. = ..()
|
. = ..()
|
||||||
AddComponent(/datum/component/butchering, \
|
AddComponent(/datum/component/butchering, speed = 7 SECONDS, effectiveness = 40)
|
||||||
speed = 6 SECONDS, \
|
AddComponent(/datum/component/two_handed, force_unwielded = 0, force_wielded = 20)
|
||||||
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)
|
|
||||||
|
|
||||||
/obj/item/kinetic_crusher/Destroy()
|
/obj/item/kinetic_crusher/Destroy()
|
||||||
QDEL_LIST(trophies)
|
QDEL_LIST(trophies)
|
||||||
|
|||||||
Reference in New Issue
Block a user