diff --git a/code/modules/paperwork/stamps.dm b/code/modules/paperwork/stamps.dm index 7dbd4cb5a0f..9f0378b5dc4 100644 --- a/code/modules/paperwork/stamps.dm +++ b/code/modules/paperwork/stamps.dm @@ -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) \ No newline at end of file + return attack_hand(user)