highlander cyborgs get their sword (#91766)

This commit is contained in:
grungussuss
2025-07-11 17:46:09 -04:00
committed by Roxy
parent 77ccc9cef1
commit e2e31e2b07
+1 -4
View File
@@ -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()