fixes bread & banana spider loot

This commit is contained in:
Archie
2021-01-20 14:05:20 -03:00
parent 35430cda6d
commit cd8ef5be4b
3 changed files with 3 additions and 3 deletions

View File

@@ -319,7 +319,7 @@ GLOBAL_LIST_INIT(frying_bad_chems, list(
/obj/item/reagent_containers/food/snacks/store/bread/tumor_bread
name = "dead tumor bread"
desc = "It's still within its expiration date, right?."
desc = "It's still within its expiration date, right?"
icon_state = "tumorbread"
slice_path = /obj/item/reagent_containers/food/snacks/breadslice/tumor_bread
list_reagents = list(/datum/reagent/consumable/nutriment = 10, /datum/reagent/toxin = 10)

View File

@@ -303,7 +303,7 @@
/mob/living/simple_animal/proc/drop_loot()
if(loot.len)
for(var/i in loot)
new i(loc, dir = src.dir)
new i(loc)
/mob/living/simple_animal/death(gibbed)
movement_type &= ~FLYING