Merge pull request #490 from Artorp/KitchenHarvest

Makes harvesting animals give meat equal to their meat amount
This commit is contained in:
ZomgPonies
2015-03-03 14:07:28 -05:00
@@ -549,10 +549,6 @@
// Harvest an animal's delicious byproducts
/mob/living/simple_animal/proc/harvest()
new meat_type (get_turf(src))
if(prob(95))
del(src)
return
gib()
return