Files
GS13NG/modular_citadel/code/modules/mentor/mentor_verbs.dm
T
Seris02andGitHub fb0925047a mentor fixes and improvements (#11519)
* one teensy fix but imma go do something else quick

* yee?

* yee?

* yee 3

* ah shit

* uhhhhhh

* oh
2020-03-18 19:23:19 +01:00

13 lines
309 B
Plaintext

GLOBAL_LIST_INIT(mentor_verbs, list(
/client/proc/cmd_mentor_say,
/client/proc/show_mentor_memo,
/client/proc/cmd_mentor_dementor
))
GLOBAL_PROTECT(mentor_verbs)
/client/proc/add_mentor_verbs()
if(mentor_datum)
verbs += GLOB.mentor_verbs
/client/proc/remove_mentor_verbs()
verbs -= GLOB.mentor_verbs