mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Missed a couple 'color to item_color' in stamps.dm
This commit is contained in:
@@ -57,13 +57,13 @@
|
|||||||
/obj/item/weapon/stamp/internalaffairs
|
/obj/item/weapon/stamp/internalaffairs
|
||||||
name = "internal affairs rubber stamp"
|
name = "internal affairs rubber stamp"
|
||||||
icon_state = "stamp-intaff"
|
icon_state = "stamp-intaff"
|
||||||
color = "intaff"
|
item_color = "intaff"
|
||||||
|
|
||||||
/obj/item/weapon/stamp/centcomm
|
/obj/item/weapon/stamp/centcomm
|
||||||
name = "centcomm rubber stamp"
|
name = "centcomm rubber stamp"
|
||||||
icon_state = "stamp-cent"
|
icon_state = "stamp-cent"
|
||||||
color = "centcomm"
|
item_color = "centcomm"
|
||||||
|
|
||||||
|
|
||||||
/obj/item/weapon/stamp/attack_paw(mob/user as mob)
|
/obj/item/weapon/stamp/attack_paw(mob/user as mob)
|
||||||
return attack_hand(user)
|
return attack_hand(user)
|
||||||
|
|||||||
Reference in New Issue
Block a user