changelings no longer nullspace when headslugging in a crematorium or gibber (#25465)

* changelings no longer nullspace when headslugging in a crematorium or gibber

* Update code/modules/antagonists/changeling/powers/become_headslug.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>

* changes the scope

* Apply suggestions from code review

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>

* Apply suggestions from code review

Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>

---------

Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com>
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Qwertytoforty
2024-06-05 21:28:11 +00:00
committed by GitHub
co-authored by DGamerL
parent 3b9f0bc048
commit 2216afc681
5 changed files with 16 additions and 1 deletions
+4 -1
View File
@@ -472,7 +472,10 @@ GLOBAL_LIST_EMPTY(crematoriums)
M.show_message("<span class='warning'>You hear a hollow crackle.</span>", EMOTE_VISIBLE)
return
for(var/mob/living/M in search_contents_for(/mob/living)) //search for this for funny cling shenaigins first.
if(HAS_TRAIT(M, TRAIT_CLING_BURSTING))
visible_message("<span class='warning'>The crematorium fails to start, something big is blocking the pipes!</span>")
return
for(var/mob/M in viewers(src))
M.show_message("<span class='warning'>You hear a roar as the crematorium activates.</span>", EMOTE_VISIBLE)