Makes nest ghosting clearer (#26735)

* Update alien_nests.dm

* woopsies

* spacing fix

* Clarifies text (Thanks Contra)

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Signed-off-by: Erikos66 <bhoughton66@outlook.com>

* More spacing (Thanks Lewc)

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: Erikos66 <155964994+Erikos66@users.noreply.github.com>

---------

Signed-off-by: Erikos66 <bhoughton66@outlook.com>
Signed-off-by: Erikos66 <155964994+Erikos66@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
Erikos66
2024-09-22 23:59:22 +01:00
committed by GitHub
parent ed535ad342
commit 1cc99e0b60
@@ -79,7 +79,10 @@
if(user && !isalien(user))
return
buckled_mob.throw_alert("ghost_nest", /atom/movable/screen/alert/ghost)
to_chat(buckled_mob, "<span class='ghostalert'>You may now ghost, you keep respawnability in this state. You will be alerted when you're removed from the nest.</span>")
to_chat(buckled_mob, "<span class='ghostalert'>You may now click on the ghost prompt on your screen to leave your body. You will be alerted when you're removed from the nest.</span>")
if(tgui_alert(buckled_mob, "You may now ghost and keep respawnability, you will be notified if you leave the nest, would you like to do so?", "Ghosting", list("Yes", "No")) != "Yes")
return
buckled_mob.ghostize(TRUE)
/obj/structure/bed/nest/post_buckle_mob(mob/living/M)
M.pixel_y = 0