Merge pull request #12326 from Couls/missing-keyword-args

fixes some missing arguments and runtimes
This commit is contained in:
Fox McCloud
2019-09-17 21:03:11 -04:00
committed by GitHub
19 changed files with 95 additions and 140 deletions
+1 -1
View File
@@ -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