From 994dbd4aff03031f0dc931db20b9fbd0e1ab99a2 Mon Sep 17 00:00:00 2001 From: Sharkmare <34294231+Sharkmare@users.noreply.github.com> Date: Fri, 22 Feb 2019 11:35:21 +0100 Subject: [PATCH] Update rig_unify_ch.dm --- code/modules/clothing/spacesuits/rig/rig_unify_ch.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm index 8b2bee8280..f876f0bdda 100644 --- a/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm +++ b/code/modules/clothing/spacesuits/rig/rig_unify_ch.dm @@ -31,7 +31,7 @@ /obj/item/weapon/rig/override/New() ..() - verbs += /obj/item/weapon/rig/override/proc/honk() + verbs += /obj/item/weapon/rig/override/proc/makething() /obj/item/weapon/rig/override/proc/makething() set name = "Dispense Cooling unit"