mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 02:25:06 +01:00
simple ghost pod find (#17909)
* simple ghost spawn rewrite * neutral * . * don't close * migrate vore spawn * use a searchable list * move some more verbs * allow special role spawns * add key * . * fix that part * announce for logging * filter those * typ o * . * . * Update SelectionList.tsx * . * that * . --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -3,6 +3,7 @@ GLOBAL_DATUM(data_core, /datum/datacore)
|
||||
|
||||
//I would upgrade all instances of global.machines to SSmachines.all_machines but it's used in so many places and a search returns so many matches for 'machines' that isn't a use of the global...
|
||||
GLOBAL_LIST_INIT(machines, SSmachines.all_machines)
|
||||
GLOBAL_LIST_EMPTY(all_drone_fabricators)
|
||||
|
||||
GLOBAL_LIST_EMPTY(active_diseases)
|
||||
GLOBAL_LIST_EMPTY(hud_icon_reference)
|
||||
|
||||
Reference in New Issue
Block a user