Fix various syntactic problems

This commit is contained in:
Tad Hardesty
2018-05-16 21:43:18 -07:00
parent d53f405fb0
commit 927050ce44
9 changed files with 8 additions and 25 deletions
+3 -3
View File
@@ -2,8 +2,8 @@
name = "paper"
icon_state = "paper_stack"
item_state = "paper"
var copied = 0
var iscopy = 0
var/copied = 0
var/iscopy = 0
/obj/item/weapon/paper/carbon/update_icon()
@@ -48,4 +48,4 @@
copy.update_icon()
c.update_icon()
else
usr << "There are no more carbon copies attached to this paper!"
usr << "There are no more carbon copies attached to this paper!"