HRD-MDE Legion drops loot now (#30589)

Co-authored-by: Gatchapod <Gatchapod@users.noreply.github.com>
This commit is contained in:
Gatchapod
2025-10-06 19:35:09 +02:00
committed by GitHub
parent f42455cd40
commit 3ebacb5459
@@ -88,7 +88,7 @@ Difficulty: Medium
/mob/living/simple_animal/hostile/megafauna/legion/drop_loot()
for(var/mob/living/simple_animal/hostile/megafauna/legion/other in GLOB.mob_list)
if(other != src)
if(other != src && other.stat != DEAD)
return
..()