Fixes reverants in ghost mode getting gibbed (#25533)

* Fix

* Lance clarification
This commit is contained in:
Daylight
2024-05-28 15:51:16 +03:00
committed by GitHub
parent 9b07dea0df
commit a94a2ea015
2 changed files with 3 additions and 1 deletions
@@ -27,7 +27,7 @@
to_chat(user, "<span class='warning'>You'll want this to dock on the station.</span>")
return
var/list/dir_choices = list("North" = NORTH, "East" = EAST, "South" = SOUTH, "West" = WEST)
var/dir_choice = tgui_input_list(user, "Select the new docking area orientation.", "Dock Orientation", dir_choices)
var/dir_choice = tgui_input_list(user, "Which direction should the shuttle approach from?", "Dock Orientation", dir_choices)
if(!dir_choice)
return
+2
View File
@@ -638,6 +638,8 @@
M.buckled.unbuckle_mob(M, force = TRUE)
if(isliving(AM))
var/mob/living/L = AM
if(L.incorporeal_move || L.status_flags & GODMODE)
continue
L.stop_pulling()
L.visible_message("<span class='warning'>[L] is hit by \
a hyperspace ripple!</span>",