Tweaks watchers and legions (#30028)

* Tweaks watchers and legions

* Linters

* Flight fix

* Fixes aggro range
This commit is contained in:
PollardTheDragon
2025-08-19 02:50:54 -04:00
committed by GitHub
parent 19172782f7
commit 66615e9a2a
8 changed files with 20 additions and 3 deletions
@@ -288,6 +288,7 @@ RESTRICT_TYPE(/mob/living/basic)
. = ..()
if(!.)
return FALSE
REMOVE_TRAIT(src, TRAIT_FLYING, INNATE_TRAIT)
if(nest)
nest.spawned_mobs -= src
nest = null