Righted some checks.

If newcolor
This commit is contained in:
xxalpha
2015-06-17 20:56:49 +01:00
parent 5fe8c0ba4d
commit ab103b54dc
5 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -60,9 +60,9 @@
..()
if (istype(W, /obj/item/weapon/coin))
var/obj/item/weapon/coin/C = W
user << "<span class='notice'>You add the [C.name] into the bag.</span>"
if(!user.drop_item())
return
user << "<span class='notice'>You add the [C.name] into the bag.</span>"
contents += C
if (istype(W, /obj/item/weapon/moneybag))
var/obj/item/weapon/moneybag/C = W