mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 03:55:11 +01:00
stops message spam (#31742)
This commit is contained in:
committed by
AnturK
parent
e8f5f3f3e0
commit
d3e2eae57d
@@ -297,7 +297,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