Random Event Fixes (#9582)

This commit is contained in:
Guti
2024-12-09 22:57:39 +01:00
committed by GitHub
parent 6e1bc8aadf
commit dc4c515c8b
12 changed files with 56 additions and 109 deletions

View File

@@ -15,8 +15,6 @@ GLOBAL_LIST_INIT(slosh, list(
var/global/list/item_tf_spawnpoints = list() // Global variable tracking which items are item tf spawnpoints
/var/global/list/existing_metroids = list() //Global variable for tracking metroids for the event announcement. Needs to go here for load order.
//stuff that only synths can eat
var/global/list/edible_tech = list(/obj/item/cell,
/obj/item/circuitboard,