From 4b2a5fb329ecff2aadb17675af0baa7fb30d2eeb Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 9 Apr 2023 05:40:01 +1000 Subject: [PATCH] Fixes pizza guy visor --- code/modules/clothing/head/misc_vr.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/clothing/head/misc_vr.dm b/code/modules/clothing/head/misc_vr.dm index 0137b1be122..7e770017606 100644 --- a/code/modules/clothing/head/misc_vr.dm +++ b/code/modules/clothing/head/misc_vr.dm @@ -91,7 +91,10 @@ /obj/item/clothing/head/pizzaguy name = "pizza delivery visor" desc = "A fancy visor showing alignment to pizza delivery service. Extremely risky career choice." + icon = 'icons/inventory/head/item_vr.dmi' + icon_override = 'icons/inventory/head/mob_vr.dmi' icon_state = "pizzadelivery" + item_state = "pizzadelivery" /obj/item/clothing/head/wedding name = "wedding veil"