mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
Merge pull request #12326 from Couls/missing-keyword-args
fixes some missing arguments and runtimes
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
include_user = 1
|
||||
action_icon_state = "charge"
|
||||
|
||||
/obj/effect/proc_holder/spell/targeted/charge/cast(list/targets,mob/user = usr)
|
||||
/obj/effect/proc_holder/spell/targeted/charge/cast(list/targets, mob/user = usr)
|
||||
for(var/mob/living/L in targets)
|
||||
var/list/hand_items = list(L.get_active_hand(),L.get_inactive_hand())
|
||||
var/charged_item = null
|
||||
|
||||
Reference in New Issue
Block a user