Fixing two handed items and etcetera.

This commit is contained in:
Ghommie
2020-06-30 16:24:04 +02:00
parent 28fd6304e2
commit cd1c5511a4
5 changed files with 13 additions and 7 deletions
+5
View File
@@ -72,6 +72,11 @@
TEXT_ATTACK_TYPE_PROJECTILE = 4
)
/obj/item/dualsaber/Initialize()
. = ..()
RegisterSignal(src, COMSIG_TWOHANDED_WIELD, .proc/on_wield)
RegisterSignal(src, COMSIG_TWOHANDED_UNWIELD, .proc/on_unwield)
/obj/item/dualsaber/ComponentInitialize()
. = ..()
AddComponent(/datum/component/two_handed, force_unwielded=3, force_wielded=34, \