mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Butchering mobs will now drop their embedded objects. (#1689)
* Butchering mobs will now drop their embedded objects. (#54934) Fixes #54835. Prevents monkeys from taking your embedded throwing spears and ninja stars to the grave. * Butchering mobs will now drop their embedded objects. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com>
This commit is contained in:
@@ -930,6 +930,7 @@
|
||||
O.forceMove(drop_location())
|
||||
if(organs_amt)
|
||||
to_chat(user, "<span class='notice'>You retrieve some of [src]\'s internal organs!</span>")
|
||||
remove_all_embedded_objects()
|
||||
|
||||
/mob/living/carbon/extinguish_mob()
|
||||
for(var/X in get_equipped_items())
|
||||
|
||||
Reference in New Issue
Block a user