[MIRROR] Add admin panel for station traits (#8337)

* Add admin panel for station traits

* Update admin_verbs.dm

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
SkyratBot
2021-09-23 02:03:44 +01:00
committed by GitHub
co-authored by Mothblocks Gandalf
parent ff27725d05
commit 28d0220ead
13 changed files with 487 additions and 7 deletions
+1
View File
@@ -111,6 +111,7 @@ GLOBAL_LIST_INIT(admin_verbs_fun, list(
/client/proc/show_tip,
/client/proc/smite,
/client/proc/admin_away,
/datum/admins/proc/station_traits_panel,
/client/proc/spawn_pollution, // SKYRAT EDIT ADDITION
))
GLOBAL_PROTECT(admin_verbs_fun)