mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
highlander cyborgs get their sword (#91766)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user