mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
Fixes ash walker tendrils dropping typeless anomaly cores (#68956)
* Fixes ash walker tendrils dropping typeless anomaly cores, as it was just spawning the base parent. It's now been changed it to a `pick` from all their subtypes
This commit is contained in:
@@ -36,7 +36,8 @@
|
||||
return ..()
|
||||
|
||||
/obj/structure/lavaland/ash_walker/deconstruct(disassembled)
|
||||
new /obj/item/assembly/signaler/anomaly (get_step(loc, pick(GLOB.alldirs)))
|
||||
var/core_to_drop = pick(subtypesof(/obj/item/assembly/signaler/anomaly))
|
||||
new core_to_drop (get_step(loc, pick(GLOB.alldirs)))
|
||||
new /obj/effect/collapse(loc)
|
||||
return ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user