mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
9 lines
336 B
Plaintext
9 lines
336 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
|