mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user