Medibot Interaction Hotfix

Always check that you're passing the arguments a proc needs.

In this case, I was calling interact(), but not giving it a mob to interact with. Whoops.
This commit is contained in:
Rykka
2020-07-25 23:09:09 -04:00
parent bce3263f25
commit 84d9798802
+1 -1
View File
@@ -209,7 +209,7 @@
if(do_after(H, 3 SECONDS, target=src))
set_right(H)
else
interact()
interact(H)
/mob/living/bot/medbot/proc/interact(mob/user)
var/dat