mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user