mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Enable links in OOC
Because this is new and was defaulted off, apparently
This commit is contained in:
@@ -237,9 +237,9 @@ var/list/gamemode_cache = list()
|
||||
var/static/dooc_allowed = 1
|
||||
var/static/dsay_allowed = 1
|
||||
|
||||
var/allow_byond_links = 0
|
||||
var/allow_discord_links = 0
|
||||
var/allow_url_links = 0 // honestly if I were you i'd leave this one off, only use in dire situations
|
||||
var/allow_byond_links = 1 //CHOMP Edit turned this on
|
||||
var/allow_discord_links = 1 //CHOMP Edit turned this on
|
||||
var/allow_url_links = 1 // honestly if I were you i'd leave this one off, only use in dire situations //CHOMP Edit bussy.
|
||||
|
||||
var/starlight = 0 // Whether space turfs have ambient light or not
|
||||
|
||||
|
||||
Reference in New Issue
Block a user