[MIRROR] end of file Fix (#10355)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-11 17:58:14 +01:00
committed by GitHub
co-authored by Kashargul
parent 2af001e7e5
commit 65f21fb1d3
472 changed files with 543 additions and 558 deletions
+1 -1
View File
@@ -52,4 +52,4 @@
possible_doors -= placing_door
target_map.map[placing_door] = DOOR_CHAR
return
return
+1 -1
View File
@@ -15,4 +15,4 @@ var/maze_cell_count = 0
x = nx
y = ny
ox = nox
oy = noy
oy = noy
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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)