From 84785aa7ff021dcdecf5cbfd403bb4c5c66c73c9 Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Sat, 20 May 2017 15:06:36 -0400 Subject: [PATCH] Fix tram bump depart method Ghostizes you now so you don't get disconnected, and fixed a punctuation. --- maps/tether/tether_things.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maps/tether/tether_things.dm b/maps/tether/tether_things.dm index a3607799f45..6fc81b774eb 100644 --- a/maps/tether/tether_things.dm +++ b/maps/tether/tether_things.dm @@ -143,7 +143,7 @@ on_store_name = "Travel Oversight" on_enter_occupant_message = "The tram arrives at the platform; you step inside and take a seat." on_store_visible_message_1 = "'s speakers chime, anouncing a tram has arrived to take" - on_store_visible_message_2 = "to the colony." + on_store_visible_message_2 = "to the colony" time_till_despawn = 10 SECONDS spawnpoint_type = /datum/spawnpoint/tram @@ -168,6 +168,7 @@ var/choice = alert("Do you want to depart via the tram? Your character will leave the round.","Departure","Yes","No") if(choice == "Yes") + user.ghostize() despawn_occupant(user) // Tram arrival point landmarks and datum