end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 16:15:35 -04:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 deletions
+1 -1
View File
@@ -28,4 +28,4 @@
if(!land_target)
kill()
new /datum/random_map/droppod/supply(null, land_target.x-2, land_target.y-2, land_target.z, supplied_drops = list(/obj/structure/ghost_pod/manual/lost_drone/dogborg))
new /datum/random_map/droppod/supply(null, land_target.x-2, land_target.y-2, land_target.z, supplied_drops = list(/obj/structure/ghost_pod/manual/lost_drone/dogborg))
+1 -1
View File
@@ -31,4 +31,4 @@
// Overmap version
/datum/event/dust/overmap/announce()
return
return
+1 -1
View File
@@ -74,4 +74,4 @@
// Overmap version
/datum/event/electrical_storm/overmap/announce()
return
return
+1 -1
View File
@@ -7,4 +7,4 @@
engine.power_spike(80)
break // Just one engine, please.
// After that, the engine checks if a grid checker exists on the same powernet, and if so, it triggers a blackout.
// If not, lots of stuff breaks. See code/modules/power/generator.dm for that piece of code.
// If not, lots of stuff breaks. See code/modules/power/generator.dm for that piece of code.
+1 -1
View File
@@ -19,4 +19,4 @@
kill() // To prevent fake announcements
return
new /obj/structure/ghost_pod/ghost_activated/morphspawn(get_turf(spawnspot))
new /obj/structure/ghost_pod/ghost_activated/morphspawn(get_turf(spawnspot))
+1 -1
View File
@@ -3,4 +3,4 @@
O.ordernum = SSsupply.ordernum
O.object = SSsupply.supply_pack[pick(SSsupply.supply_pack)]
O.ordered_by = random_name(pick(MALE,FEMALE), species = SPECIES_HUMAN)
SSsupply.shoppinglist += O
SSsupply.shoppinglist += O
+1 -1
View File
@@ -57,7 +57,7 @@
if(!(neighbor in frontier_set) && !(neighbor in explored_set))
frontier_set += neighbor
return result_set
/datum/event/window_break/start()