also fix that

This commit is contained in:
Kashargul
2024-12-02 23:22:21 +01:00
parent ed1019c70a
commit 90c2d09e8e
15 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ var/global/list/env_messages = list()
mouse_opacity = TRUE
anchored = TRUE
var/list/message_list = list()
var/combined_message = "You should not see this"
var/combined_message = DEVELOPER_WARNING_NAME
/obj/effect/env_message/Initialize(mapload)
.=..()