mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
@@ -107,4 +107,4 @@ non-zlevel overmap objects
|
||||
a drone
|
||||
EMP
|
||||
nebulaes
|
||||
*/
|
||||
*/
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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