Missed a couple 'color to item_color' in stamps.dm

This commit is contained in:
ZekeSulastin
2013-09-29 23:57:08 -04:00
parent 49f41ef088
commit 1d21cc7e55

View File

@@ -57,13 +57,13 @@
/obj/item/weapon/stamp/internalaffairs
name = "internal affairs rubber stamp"
icon_state = "stamp-intaff"
color = "intaff"
item_color = "intaff"
/obj/item/weapon/stamp/centcomm
name = "centcomm rubber stamp"
icon_state = "stamp-cent"
color = "centcomm"
item_color = "centcomm"
/obj/item/weapon/stamp/attack_paw(mob/user as mob)
return attack_hand(user)
return attack_hand(user)