[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:
SkyratBot
2020-11-14 22:19:57 +01:00
committed by GitHub
co-authored by ArcaneMusic
parent 5b0379bd8c
commit a1e93f452e
+1
View File
@@ -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())