Blood drunk miner bitrunner domain drops the cache correctly (#95005)

## About The Pull Request

Added support for turning basic mob bosses into virtual megafauna. Moved
blood drunk miner's loot dropping behaviour up to /basic/boss to support
this better in future.

Fixes #94878 

## Why It's Good For The Game

It's not very useful if admins have to spawn the cache manually or lose
the time and points spent on the domain.

## Changelog
🆑
fix: The Sanguine Excavation bitrunning domain will drop the cache on
killing the boss again.
/🆑
This commit is contained in:
Thunder12345
2026-01-27 11:54:13 -07:00
committed by GitHub
parent 8f2ab7ad7f
commit 232b5013a2
4 changed files with 33 additions and 5 deletions
@@ -76,6 +76,11 @@
boss.make_virtual_megafauna()
continue
if(istype(creature, /mob/living/basic/boss))
var/mob/living/basic/boss/boss = creature
boss.make_virtual_megafauna()
continue
mutation_candidate_refs.Add(WEAKREF(creature))
continue