Fixed welding shard message spam

This commit is contained in:
Daniel
2014-09-10 11:55:07 +02:00
parent 89aebe05b9
commit d29d3a37da
@@ -323,7 +323,7 @@
if(G.amount >= G.max_amount)
continue
G.attackby(NG, user)
user << "<span class='notice'>You add the newly-formed glass to the stack. It now contains [NG.amount] sheet\s.</span>"
user << "<span class='notice'>You add the newly-formed glass to the stack. It now contains [NG.amount] sheet\s.</span>"
qdel(src)
..()