Updates codedocs with links (#49497)

About The Pull Request

Updating the best written documentation with the new linking feature.
This commit is contained in:
spookydonut
2020-02-25 08:17:45 +13:00
committed by GitHub
parent 0febbae245
commit cea5360e4b
12 changed files with 222 additions and 166 deletions
+1
View File
@@ -86,6 +86,7 @@ GLOBAL_PROTECT(LastAdminCalledProc)
GLOBAL_LIST_EMPTY(AdminProcCallSpamPrevention)
GLOBAL_PROTECT(AdminProcCallSpamPrevention)
/// Wrapper for proccalls where the datum is flagged as vareditted
/proc/WrapAdminProcCall(datum/target, procname, list/arguments)
if(target && procname == "Del")
to_chat(usr, "Calling Del() is not allowed")