Harvesting animals will always gib

This commit is contained in:
Artorp
2015-03-02 20:14:02 +01:00
parent c35711c394
commit 95538029a1
@@ -549,13 +549,7 @@
// Harvest an animal's delicious byproducts
/mob/living/simple_animal/proc/harvest()
if(prob(70))
if(meat_amount && meat_type)
for(var/i = 0; i < meat_amount; i++)
new meat_type(get_turf(src))
del(src)
else
gib()
gib()
return