Files
GS13/code/controllers/configuration_citadel.dm
2019-09-23 18:26:34 +02:00

8 lines
335 B
Plaintext

/datum/configuration
var/mentors_mobname_only = 0 // Only display mob name to mentors in mentorhelps
var/mentor_legacy_system = 0 // Whether to use the legacy mentor system (flat file) instead of SQL
// Discord crap.
var/discord_url = "hfdksjhfa.com"
var/discord_password
var/announce_watchlist = 0
var/announce_adminhelps = 0