mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
we love code that compiles (#23340)
This commit is contained in:
@@ -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(!HAS_TRAIT(ghost, TRAIT_RESPAWNABLE) || QDELETED(src) || QDELETED(O))
|
||||
if(!HAS_TRAIT(O, TRAIT_RESPAWNABLE) || QDELETED(src) || QDELETED(O))
|
||||
continue
|
||||
if(O.mind.current && HAS_TRAIT(O.mind.current, SCRYING))
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user