diff --git a/code/modules/clothing/gloves/ring.dm b/code/modules/clothing/gloves/ring.dm index 3a0b6697ef..176b2d0081 100644 --- a/code/modules/clothing/gloves/ring.dm +++ b/code/modules/clothing/gloves/ring.dm @@ -1,7 +1,7 @@ /obj/item/clothing/gloves/ring name = "gold ring" desc = "A tiny gold ring, sized to wrap around a finger." - gender = 0 + gender = NEUTER w_class = WEIGHT_CLASS_TINY icon = 'icons/obj/ring.dmi' icon_state = "ringgold" @@ -23,4 +23,4 @@ /obj/item/clothing/gloves/ring/silver name = "silver ring" desc = "A tiny silver ring, sized to wrap around a finger." - icon_state = "ringsilver" \ No newline at end of file + icon_state = "ringsilver"