From 296370141992fa3e8914f6464864c03761224cde Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 22 Feb 2019 19:10:59 +0100 Subject: [PATCH] Update rig_unify_ch.dm --- code/modules/clothing/spacesuits/rig/rig_unify_ch.dm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm index 433625e693..57e190a9a2 100644 --- a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm +++ b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm @@ -34,9 +34,12 @@ /obj/item/weapon/rig/override/New() ..() - verbs += /obj/item/weapon/rig/override/proc/makething() - verbs += /obj/item/clothing/suit/space/rig/override/proc/rename() - verbs += /obj/item/clothing/suit/space/rig/override/proc/rename2() + verbs |= /obj/item/weapon/rig/override/proc/makething() + +/obj/item/clothing/suit/space/rig/override/New() + ..() + 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"