adds floor cluwnes from yog

This commit is contained in:
keronshb
2021-05-24 22:46:59 -04:00
parent f4ba3aa688
commit 9e3c1ff860
24 changed files with 744 additions and 0 deletions
+2
View File
@@ -118,6 +118,8 @@ GLOBAL_LIST_INIT(admin_verbs_fun, list(
/client/proc/admin_away,
/client/proc/cmd_admin_toggle_fov, //CIT CHANGE - FOV
/client/proc/roll_dices //CIT CHANGE - Adds dice verb
/client/proc/healall,
/client/proc/spawn_floor_cluwne
))
GLOBAL_PROTECT(admin_verbs_fun)
GLOBAL_LIST_INIT(admin_verbs_spawn, list(/datum/admins/proc/spawn_atom, /datum/admins/proc/podspawn_atom, /datum/admins/proc/spawn_cargo, /datum/admins/proc/spawn_objasmob, /client/proc/respawn_character))