Merge pull request #10802 from VOREStation/Icons/food

Port several foods and food sprites
This commit is contained in:
Aronai Sieyes
2021-07-03 16:30:55 -04:00
committed by GitHub
15 changed files with 597 additions and 159 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ var/list/slot_equipment_priority = list( \
/mob/proc/put_in_hands(var/obj/item/W)
if(!W)
return 0
W.forceMove(get_turf(src))
W.forceMove(drop_location())
W.reset_plane_and_layer()
W.dropped()
return 0