Small bugfix for merging paper bundles

This commit is contained in:
Hubblenaut
2014-05-24 02:27:38 +02:00
parent f602e10073
commit cd917e4125

View File

@@ -51,6 +51,9 @@
for(var/obj/O in W)
O.loc = src
O.add_fingerprint(usr)
src.amount++
if(screen == 2)
screen = 1
user << "<span class='notice'>You add \the [W.name] to [(src.name == "paper bundle") ? "the paper bundle" : src.name].</span>"
del(W)
else