From 84d4f69252a65f2d0247799010bd5763f51a4fa0 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 22 Feb 2019 13:54:26 +0100 Subject: [PATCH] Update rig_unify_ch.dm --- code/modules/clothing/spacesuits/rig/rig_unify_ch.dm | 6 ++++-- 1 file changed, 4 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 11171eaa76..544f4e4005 100644 --- a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm +++ b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm @@ -29,6 +29,9 @@ initial_modules = list() var/thingamount = 1 + //Gonna turn these procs into a list to pic from instead later since letting people choose this much is silly + //Possible making Override suit into a protofursuit that can turn into any + /obj/item/weapon/rig/override/New() ..() verbs += /obj/item/weapon/rig/override/proc/makething() @@ -43,8 +46,7 @@ item_state = n_name update_icon() return -//Gonna turn these procs into a list to pic from instead later since letting people choose this much is silly -//Possible making Override suit into a protofursuit that can turn into any + /obj/item/clothing/suit/space/rig/override/rename2() set name = "Change icon" set category = "Abilities"