Merge pull request #11477 from Arkatos1/smartoutput

Smartfridge gets smarter
This commit is contained in:
variableundefined
2019-05-17 19:18:01 +08:00
committed by GitHub
2 changed files with 9 additions and 0 deletions
@@ -373,6 +373,7 @@
for(var/obj/O in contents)
if(O.name == K)
O.forceMove(loc)
adjust_item_drop_location(O)
update_icon()
i--
if(i <= 0)