mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Simulated to Unsimulated (#6410)
This commit is contained in:
@@ -28,4 +28,4 @@
|
||||
if(0 to 4)
|
||||
return /turf/simulated/lava
|
||||
else
|
||||
return /turf/simulated/floor/asteroid/basalt
|
||||
return /turf/unsimulated/floor/asteroid/basalt
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
for(var/i=0,i<chunk_size,i++)
|
||||
for(var/j=0,j<chunk_size,j++)
|
||||
var/turf/simulated/T = locate(tx+j, ty+i, origin_z)
|
||||
var/turf/T = locate(tx+j, ty+i, origin_z)
|
||||
if(!istype(T) || !T.has_resources)
|
||||
continue
|
||||
if(!priority_process)
|
||||
|
||||
Reference in New Issue
Block a user