Make sectors not show up above darkness

Unless known = TRUE of course
This commit is contained in:
Aronai Sieyes
2021-06-25 11:44:50 -04:00
parent d06a7668c1
commit c6fa02843f
5 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
name = "event"
icon = 'icons/obj/overmap.dmi'
icon_state = "event"
opacity = 1
opacity = 1
known = FALSE
var/list/events // List of event datum paths
var/list/event_icon_states // Randomly picked from
var/difficulty = EVENT_LEVEL_MODERATE