Fixed sheet snatcher spawning stacks with wrong looking icon

This commit is contained in:
Heroman3003
2018-04-12 21:55:24 +10:00
parent 5743df3d37
commit 32daa7a0d2
@@ -275,6 +275,7 @@
var/stacksize = min(S.amount,N.max_amount)
N.amount = stacksize
S.amount -= stacksize
N.update_icon()
if(!S.amount)
qdel(S) // todo: there's probably something missing here
orient2hud(usr)