mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 22:16:23 +01:00
@@ -243,7 +243,7 @@
|
||||
var/mob/living/carbon/human/user = AM
|
||||
|
||||
var/choice = alert("Do you want to depart via the tram? Your character will leave the round.","Departure","Yes","No")
|
||||
if(user && choice == "Yes")
|
||||
if(user && Adjacent(user) && choice == "Yes")
|
||||
user.ghostize()
|
||||
despawn_occupant(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user