mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 16:13:49 +01:00
@@ -52,4 +52,4 @@
|
||||
possible_doors -= placing_door
|
||||
target_map.map[placing_door] = DOOR_CHAR
|
||||
|
||||
return
|
||||
return
|
||||
|
||||
@@ -15,4 +15,4 @@ var/maze_cell_count = 0
|
||||
x = nx
|
||||
y = ny
|
||||
ox = nox
|
||||
oy = noy
|
||||
oy = noy
|
||||
|
||||
@@ -41,4 +41,4 @@
|
||||
T.ChangeTurf(/turf/simulated/floor/airless/lava)
|
||||
else if(istype(T,/turf/simulated/mineral))
|
||||
var/turf/simulated/mineral/M = T
|
||||
M.mined_turf = /turf/simulated/floor/airless/lava
|
||||
M.mined_turf = /turf/simulated/floor/airless/lava
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
// Recurse until size is too small to subdivide.
|
||||
if(isize>3)
|
||||
if(!priority_process)
|
||||
if(!priority_process)
|
||||
CHECK_TICK
|
||||
iteration++
|
||||
subdivide(iteration, x, y, hsize)
|
||||
@@ -167,7 +167,7 @@
|
||||
map[current_cell]-=cell_smooth_amt
|
||||
map[current_cell] = max(0,min(cell_range,map[current_cell]))
|
||||
map = next_map
|
||||
|
||||
|
||||
if(smooth_single_tiles)
|
||||
var/list/buddies = list()
|
||||
for(var/x in 1 to limit_x - 1)
|
||||
|
||||
Reference in New Issue
Block a user