Merge pull request #4836 from Citadel-Station-13/upstream-merge-34396

[MIRROR] Fixed alt-click not working with stacks
This commit is contained in:
deathride58
2018-01-15 06:17:51 +00:00
committed by GitHub
3 changed files with 17 additions and 13 deletions
@@ -502,8 +502,8 @@
if(H)
H.update_icon()
/mob/living/simple_animal/put_in_hands(obj/item/I)
..()
/mob/living/simple_animal/put_in_hands(obj/item/I, del_on_fail = FALSE, merge_stacks = TRUE)
..(I, del_on_fail, merge_stacks)
update_inv_hands()
/mob/living/simple_animal/update_inv_hands()