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
+1 -1
View File
@@ -321,7 +321,7 @@
var/obj/item/stack/F = new type(user, amount, FALSE)
. = F
F.copy_evidences(src)
user.put_in_hands(F)
user.put_in_hands(F, merge_stacks=FALSE)
add_fingerprint(user)
F.add_fingerprint(user)
use(amount, TRUE)