From e154693c4642a7e307e22910215db48b53d5e9d9 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 22 Feb 2019 14:13:11 +0100 Subject: [PATCH] Update rig_unify_ch.dm --- code/modules/clothing/spacesuits/rig/rig_unify_ch.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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