diff --git a/code/modules/clothing/gloves/miscellaneous_vr.dm b/code/modules/clothing/gloves/miscellaneous_vr.dm index 38a2304513..8ae935ab5d 100644 --- a/code/modules/clothing/gloves/miscellaneous_vr.dm +++ b/code/modules/clothing/gloves/miscellaneous_vr.dm @@ -1,6 +1,7 @@ /obj/item/clothing/gloves/weddingring name = "golden wedding ring" desc = "For showing your devotion to another person. It has a golden glimmer to it." + icon = 'icons/obj/clothing/gloves_vr.dmi' icon_state = "wedring_g" item_state = "wedring_g" var/partnername = "" @@ -12,4 +13,4 @@ /obj/item/clothing/gloves/weddingring/silver name = "silver wedding ring" icon_state = "wedring_s" - item_state = "wedring_s" + item_state = "wedring_s" \ No newline at end of file