mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user