end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 21:15:35 +01:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 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)