mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-28 09:38:05 +01:00
1511e2b3f4
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()
|