mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Regenerative extract no longer drops voidwalker loot (#91938)
Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
This commit is contained in:
@@ -244,7 +244,7 @@ Regenerative extracts:
|
||||
|
||||
/obj/item/slimecross/regenerative/black/core_effect_before(mob/living/target, mob/user)
|
||||
var/dummytype = target.type
|
||||
if(ismegafauna(target)) //Prevents megafauna duping in a lame way
|
||||
if(target.mob_biotypes & MOB_SPECIAL) //Prevents megafauna and voidwalker duping in a lame way
|
||||
dummytype = /mob/living/basic/slime
|
||||
to_chat(user, span_warning("The milky goo flows over [target], falling into a weak puddle."))
|
||||
var/mob/living/dummy = new dummytype(target.loc)
|
||||
|
||||
Reference in New Issue
Block a user