Merge pull request #3444 from Citadel-Station-13/upstream-merge-31742
[MIRROR] Removes a misleading message when handling full stacks of sheets.
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
|
||||
|
||||
/obj/item/stack/attackby(obj/item/W, mob/user, params)
|
||||
if(istype(W, merge_type))
|
||||
if(istype(W, merge_type) && amount < max_amount)
|
||||
var/obj/item/stack/S = W
|
||||
merge(S)
|
||||
to_chat(user, "<span class='notice'>Your [S.name] stack now contains [S.get_amount()] [S.singular_name]\s.</span>")
|
||||
|
||||
Reference in New Issue
Block a user