Merge remote-tracking branch 'citadel/master' into tgsync

This commit is contained in:
silicons
2021-01-09 14:56:32 -08:00
39 changed files with 211 additions and 65 deletions
@@ -354,7 +354,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