mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[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:
co-authored by
Rohesie
tralezab
parent
6401f881eb
commit
0c7322f47b
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user