From 6943fc31cdfc0df4af226652bd4d7a9b4aac4af4 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 22 Feb 2019 14:13:32 +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 3c75566d0a..433625e693 100644 --- a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm +++ b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm @@ -35,8 +35,8 @@ /obj/item/weapon/rig/override/New() ..() verbs += /obj/item/weapon/rig/override/proc/makething() - verbs += /obj/item/clothing/suit/space/rig/override/rename() - verbs += /obj/item/clothing/suit/space/rig/override/rename2() + verbs += /obj/item/clothing/suit/space/rig/override/proc/rename() + verbs += /obj/item/clothing/suit/space/rig/override/proc/rename2() /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"