Allows roundstart observers to freely use antag HUD without losing respawnability (#23009)

* First pass

* do away with old antag hud variable

* rework cannotPossess

* some verification + cleanups

* Update code/modules/mob/dead/observer/observer_base.dm

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>

* splits up log call

* Slightly refactor proc calls, continuing contra's review

* Log admin

---------

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
Luc
2023-11-21 13:00:13 +00:00
committed by GitHub
co-authored by Contrabang
parent f70b534aee
commit 9384c2a074
19 changed files with 74 additions and 34 deletions
+1 -1
View File
@@ -947,7 +947,7 @@ structure_check() searches for nearby cultist structures required for the invoca
continue
if(iscultist(O) || jobban_isbanned(O, ROLE_CULTIST))
continue
if(O.has_enabled_antagHUD || QDELETED(src) || QDELETED(O))
if(!HAS_TRAIT(ghost, TRAIT_RESPAWNABLE) || QDELETED(src) || QDELETED(O))
continue
if(O.mind.current && HAS_TRAIT(O.mind.current, SCRYING))
continue