Update debug.dm

This commit is contained in:
Kyle Spier-Swenson
2016-01-02 04:07:16 -08:00
parent 85c037ffe7
commit b052e8367f
+1 -1
View File
@@ -72,7 +72,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
usr << "<font color='red'>Error: callproc(): target has no such call [procname].</font>"
return
else
procpath = text2path(procname)
var/procpath = text2path(procname)
if (!procpath)
usr << "<font color='red'>Error: callproc(): proc [procname] does not exist. (Did you forget the /proc/ part?)</font>"
return