Merge pull request #9124 from Shanewayne9/master

coin string fix
This commit is contained in:
tigercat2000
2018-06-18 16:45:10 -07:00
committed by GitHub
+1 -1
View File
@@ -106,7 +106,7 @@
return
if(CC.use(1))
overlays += image('icons/obj/items.dmi',"coin_string_overlay")
overlays += image('icons/obj/economy.dmi',"coin_string_overlay")
string_attached = 1
to_chat(user, "<span class='notice'>You attach a string to the coin.</span>")
else