mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user