From e2e31e2b07199efc763bd26716d05bf92b8387cf Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+grungussuss@users.noreply.github.com> Date: Sun, 6 Jul 2025 14:30:33 +0300 Subject: [PATCH] highlander cyborgs get their sword (#91766) --- code/game/objects/items/weaponry.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/game/objects/items/weaponry.dm b/code/game/objects/items/weaponry.dm index d11c78f68ba..0c9b1d2cb3b 100644 --- a/code/game/objects/items/weaponry.dm +++ b/code/game/objects/items/weaponry.dm @@ -350,13 +350,10 @@ for further reading, please see: https://github.com/tgstation/tgstation/pull/301 /obj/item/claymore/highlander/robot //BLOODTHIRSTY BORGS NOW COME IN PLAID icon = 'icons/obj/items_cyborg.dmi' icon_state = "claymore_cyborg" - var/mob/living/silicon/robot/robot /obj/item/claymore/highlander/robot/Initialize(mapload) - var/obj/item/robot_model/kiltkit = loc - robot = kiltkit.loc . = ..() - if(!istype(robot)) + if(!iscyborg(loc)) return INITIALIZE_HINT_QDEL /obj/item/claymore/highlander/robot/process()