[MIRROR] Ship Transponder Flip (#8724)

Co-authored-by: Killian <49700375+KillianKirilenko@users.noreply.github.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2024-08-05 18:15:09 -07:00
committed by GitHub
parent 4396eeeac6
commit 678c166218
6 changed files with 31 additions and 26 deletions

View File

@@ -20,7 +20,7 @@
unknown_name = "unknown ship"
unknown_state = "ship"
known = FALSE // Ships start 'unknown' on the map and require scanning
known = TRUE // Ships start known by default because most of them should be transmitting ID codes at all times
var/vessel_mass = 10000 //tonnes, arbitrary number, affects acceleration provided by engines
var/vessel_size = SHIP_SIZE_LARGE //arbitrary number, affects how likely are we to evade meteors

View File

@@ -174,3 +174,4 @@
vessel_mass = 6500
vessel_size = SHIP_SIZE_LARGE
shuttle = "Wrecked Gecko Cargo Hauler"
known = FALSE

View File

@@ -239,3 +239,4 @@
vessel_mass = 1000
vessel_size = SHIP_SIZE_TINY
shuttle = "Mackerel Light Cargo II"
known = FALSE

View File

@@ -74,6 +74,7 @@
vessel_size = SHIP_SIZE_SMALL
initial_generic_waypoints = list("carrier_fore", "carrier_aft", "carrier_port", "carrier_starboard", "base_dock")
initial_restricted_waypoints = list("Carrier's Ship's Boat" = list("omship_spawn_mercboat"))
known = FALSE
unowned_areas = list(/area/shuttle/mercboat)

View File

@@ -187,6 +187,7 @@
vessel_size = SHIP_SIZE_LARGE
fore_dir = EAST
shuttle = "Salamander Wreckage"
known = FALSE
/obj/item/weapon/paper/unity_notice
name = "hastily-scrawled missive"

View File

@@ -129,6 +129,7 @@
vessel_mass = 1000
vessel_size = SHIP_SIZE_TINY
shuttle = "SDF Corvette Wreck"
known = FALSE
/obj/effect/overmap/visitable/ship/landable/sdf_cutter
name = "SDF Cutter"