From 97f6b9207f26cd014c831ff4dd584ffa9b5478ce Mon Sep 17 00:00:00 2001 From: Captain277 Date: Sun, 27 Feb 2022 22:57:46 -0800 Subject: [PATCH] Shuttle Fix --- code/modules/maps/misc_maps/space/levels/trade_station.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/maps/misc_maps/space/levels/trade_station.dm b/code/modules/maps/misc_maps/space/levels/trade_station.dm index 9fc4a9c1395..b003a1a18b6 100644 --- a/code/modules/maps/misc_maps/space/levels/trade_station.dm +++ b/code/modules/maps/misc_maps/space/levels/trade_station.dm @@ -90,14 +90,14 @@ var/global/list/latejoin_trade = list() /obj/effect/overmap/visitable/ship/landable/trade name = "Beruang Trade Ship" - desc = " " + desc = "You know our motto: 'We deliver!'" vessel_mass = 4000 vessel_size = SHIP_SIZE_SMALL - shuttle = "Beruang Shuttle" + shuttle = "Beruang Trade Ship" /obj/machinery/computer/shuttle_control/explore/trade name = "short jump console" - shuttle_tag = "Beruang Shuttle" + shuttle_tag = "Beruang Trade Ship" /area/shuttle/trade_ship