Skip to content

Commit

Permalink
Makes nest ghosting clearer (#26735)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people committed Sep 22, 2024
1 parent ed535ad commit 1cc99e0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1cc99e0

Please sign in to comment.