[MIRROR] Improvements to Anon Names + Refactoring + Wizard Academy theme and event (#2853)

* Improvements to Anon Names + Refactoring + Wizard Academy theme and event (#55935)

Co-authored-by: Rohesie <rohesie@ gmail.com>

* Improvements to Anon Names + Refactoring + Wizard Academy theme and event

Co-authored-by: tralezab <40974010+tralezab@users.noreply.github.com>
Co-authored-by: Rohesie <rohesie@ gmail.com>
This commit is contained in:
SkyratBot
2021-01-24 03:02:10 +00:00
committed by GitHub
co-authored by Rohesie tralezab
parent 6401f881eb
commit 0c7322f47b
10 changed files with 251 additions and 56 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ SUBSYSTEM_DEF(ticker)
var/admin_delay_notice = "" //a message to display to anyone who tries to restart the world after a delay
var/ready_for_reboot = FALSE //all roundend preparation done with, all that's left is reboot
///If not set to ANON_DISABLED then people spawn with a themed anon name (see anonymousnames.dm)
var/anonymousnames = ANON_DISABLED
///If set to an anonymous theme datum then people spawn with said themed anon name (see anonymousnames.dm)
var/datum/anonymous_theme/anonymousnames
///Boolean to see if the game needs to set up a triumvirate ai (see tripAI.dm)
var/triai = FALSE