mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fixes can_cast short circuit (#34097)
This commit is contained in:
@@ -24,9 +24,7 @@
|
||||
stoplag(1)
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/touch/can_cast(mob/user = usr)
|
||||
if(attached_hand)
|
||||
return TRUE
|
||||
return ..()
|
||||
return ..() && attached_hand
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/touch/proc/ChargeHand(mob/living/carbon/user)
|
||||
attached_hand = new hand_path(src)
|
||||
|
||||
Reference in New Issue
Block a user