mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user