diff --git a/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/adv_dark_gygax_vr.dm b/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/adv_dark_gygax_vr.dm index 5d0aad8ef4..e7ecc33332 100644 --- a/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/adv_dark_gygax_vr.dm +++ b/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/adv_dark_gygax_vr.dm @@ -1,2 +1,8 @@ /datum/ai_holder/simple_mob/intentional/adv_dark_gygax intelligence_level = AI_SMART // Also knows not to walk while confused if it risks death. + +/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark/advanced/recursive + name = "recursive dark gygax" + desc = "Whoever pilots this cursed mecha has been stuck in eternal loop of death and rebirth forever. Their maddened rampage cannot be stopped." + wreckage = /obj/item/weapon/ectoplasm + pilot_type = /mob/living/simple_mob/mechanical/mecha/combat/gygax/dark/advanced/recursive