mirror of
https://github.com/KabKebab/GS13.git
synced 2026-02-09 15:17:41 +00:00
8 lines
335 B
Plaintext
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 |