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
@@ -107,4 +107,4 @@ non-zlevel overmap objects
a drone
EMP
nebulaes
*/
*/
+1 -1
View File
@@ -14,4 +14,4 @@
/obj/machinery/computer/ship/sensors/abductor
icon = 'icons/obj/abductor.dmi'
icon_state = "console"
icon_screen = null
icon_screen = null
@@ -97,4 +97,4 @@
if(WEST)
return locate(1,start.y,start.z)
if(EAST)
return locate(world.maxx,start.y,start.z)
return locate(world.maxx,start.y,start.z)
+1 -1
View File
@@ -46,4 +46,4 @@
name = "carp school"
count = 5
radius = 4
hazards = /obj/effect/overmap/event/carp/major
hazards = /obj/effect/overmap/event/carp/major
+1 -1
View File
@@ -42,4 +42,4 @@ var/list/ship_engines = list()
for(var/obj/effect/overmap/visitable/ship/S in SSshuttles.ships)
S.engines -= src
holder = null
. = ..()
. = ..()
@@ -4,7 +4,7 @@
desc = "Advanced rocket nozzle, expelling gas at hypersonic velocities to propel the ship."
icon = 'icons/turf/shuttle_parts64.dmi'
icon_state = "engine_off"
volume_per_burn = 30
charge_per_burn = 6000
boot_time = 70
@@ -39,7 +39,7 @@
desc = "Enormous rocket nozzle, expelling gas at hypersonic velocities to propel the ship."
icon = 'icons/turf/shuttle_parts96.dmi'
icon_state = "engine_off"
volume_per_burn = 50
charge_per_burn = 10000
boot_time = 100
@@ -68,4 +68,4 @@
break
update_icon()
update_underlays()
update_underlays()