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
@@ -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()