mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Second phase: New Nar-Sie itself. Two endgame phase - Nar-Sie and Supermatter Cascade. Culty mobs.
10 lines
272 B
Plaintext
10 lines
272 B
Plaintext
var/global/list/processing_turfs = list()
|
|
|
|
/datum/controller/process/turf/setup()
|
|
name = "turf"
|
|
schedule_interval = 20 // every 2 seconds
|
|
|
|
/datum/controller/process/turf/doWork()
|
|
for(var/turf/unsimulated/wall/supermatter/SM in processing_turfs)
|
|
SM.process()
|