Make starlight static

This commit is contained in:
Aronai Sieyes
2020-04-15 19:02:21 -04:00
parent 8512c48b3d
commit b87f94d6fc
2 changed files with 4 additions and 4 deletions

View File

@@ -232,7 +232,7 @@ var/list/gamemode_cache = list()
var/dooc_allowed = 1
var/dsay_allowed = 1
var/starlight = 0 // Whether space turfs have ambient light or not
var/static/starlight = 0 // Whether space turfs have ambient light or not
var/list/ert_species = list(SPECIES_HUMAN)