Fixes compile_pois failing

This commit is contained in:
Runa Dacino
2023-03-06 21:07:42 +01:00
parent 38f9021146
commit 9425efbffe
5 changed files with 14 additions and 8 deletions
+2
View File
@@ -42,6 +42,8 @@
var/list/possible_descriptors = list() //While only affects sectors for now, initialized here for proc definition convenience.
var/visitable_renamed = FALSE //changed if non-default name is assigned.
var/unique_identifier //Define this for objs that we want to be able to rename. Needed to avoid compiler errors if not included.
/obj/effect/overmap/visitable/Initialize()
. = ..()
if(. == INITIALIZE_HINT_QDEL)