Co-authored-by: SteelSlayer <SteelSlayer@users.noreply.github.com>
This commit is contained in:
SteelSlayer
2020-03-24 13:19:48 -05:00
committed by GitHub
parent ebded4f39e
commit 23490a52bf
2 changed files with 3 additions and 3 deletions
@@ -16,7 +16,7 @@
var/datum/callback/tool_check = CALLBACK(src, .proc/tool_check_callback, user, target, amount, extra_checks)
if(ismob(target))
if(!do_mob(user, target, delay, extra_checks = tool_check))
if(!do_mob(user, target, delay, extra_checks = list(tool_check)))
return
else