From a30508ed3febbfd4e13a5f324dbf04e4d6aa1d3a Mon Sep 17 00:00:00 2001 From: Tename <37943518+Tename@users.noreply.github.com> Date: Tue, 29 Dec 2020 22:29:20 -0800 Subject: [PATCH] burgers --- code/game/objects/items/robot/robot_upgrades.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/game/objects/items/robot/robot_upgrades.dm b/code/game/objects/items/robot/robot_upgrades.dm index a2f0d6f4..7b35f5a4 100644 --- a/code/game/objects/items/robot/robot_upgrades.dm +++ b/code/game/objects/items/robot/robot_upgrades.dm @@ -489,9 +489,7 @@ out procedures" icon_state = "cyborg_upgrade3" require_module = 1 - module_type = list( - /obj/item/robot_module/medical, - /obj/item/robot_module/medihound) + module_type = /obj/item/robot_module/medical /obj/item/borg/upgrade/processor/action(mob/living/silicon/robot/R, user = usr) . = ..()