diff --git a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm index 0593ae1031..3c75566d0a 100644 --- a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm +++ b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm @@ -38,7 +38,7 @@ verbs += /obj/item/clothing/suit/space/rig/override/rename() verbs += /obj/item/clothing/suit/space/rig/override/rename2() -/obj/item/clothing/suit/space/rig/override/rename() //Possible making Override suit into a protofursuit that can turn into any +/obj/item/clothing/suit/space/rig/override/proc/rename() //Possible making Override suit into a protofursuit that can turn into any set name = "Change icon" set category = "Abilities" set src in usr @@ -47,7 +47,7 @@ update_icon() return -/obj/item/clothing/suit/space/rig/override/rename2() +/obj/item/clothing/suit/space/rig/override/proc/rename2() set name = "Change icon" set category = "Abilities" set src in usr