some more globals (#19098)

* some more globals

* .
This commit is contained in:
Kashargul
2026-01-29 18:21:58 +01:00
committed by GitHub
parent 24e68536bc
commit fdfb49012b
50 changed files with 164 additions and 176 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
var/list/overminds = list()
GLOBAL_LIST_EMPTY(overminds)
/mob/observer/blob
name = "Blob Overmind"
@@ -36,7 +36,7 @@ var/list/overminds = list()
if(pre_placed) //we already have a core!
placed = 1
overminds += src
GLOB.overminds += src
var/new_name = "[initial(name)] ([rand(1, 999)])"
name = new_name
real_name = new_name
@@ -67,7 +67,7 @@ var/list/overminds = list()
BM.overmind = null
BM.update_icons()
overminds -= src
GLOB.overminds -= src
return ..()
/mob/observer/blob/get_status_tab_items()