mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
5 lines
189 B
Plaintext
5 lines
189 B
Plaintext
///The global ore silo shared by all machines at round start
|
|
GLOBAL_DATUM(ore_silo_default, /obj/machinery/ore_silo)
|
|
///List of logs shared by all silos
|
|
GLOBAL_LIST_EMPTY(silo_access_logs)
|