Merge branch 'master' of https://github.com/Citadel-Station-13/Citadel-Station-13 into proc-define-shit
This commit is contained in:
@@ -33,5 +33,5 @@
|
||||
if(!hook_vr("human_new",args))
|
||||
result = 0
|
||||
|
||||
//Return 1 to superhook
|
||||
//return TRUE to superhook
|
||||
return result
|
||||
|
||||
@@ -24,7 +24,7 @@ The proc you're attemping should return nonzero values on success.
|
||||
catch(var/exception/e)
|
||||
stack_trace("attempt_vr runtimed when calling [procname] on [callon].")
|
||||
stack_trace("attempt_vr catch: [e] on [e.file]:[e.line]")
|
||||
return 0
|
||||
return FALSE
|
||||
|
||||
/*
|
||||
This is the _vr version of calling hooks.
|
||||
|
||||
Reference in New Issue
Block a user