diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/gygax.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/gygax.dm index be5dcc6a4d..f78374f4f5 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/gygax.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/gygax.dm @@ -1,8 +1,15 @@ + +/mob/living/simple_mob/mechanical/mecha/combat/gygax + movement_cooldown = 1 //Because normal Gygaxes are tougher then ths boss version with 0 speed + +/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark/advanced + movement_cooldown = 0 //Because AADG needs all the help it can get. + /mob/living/simple_mob/mechanical/mecha/combat/gygax/aerostat desc = "A Vir System Authority automated combat mech with an aged apperance." ai_holder_type = /datum/ai_holder/simple_mob/intentional/adv_dark_gygax say_list = /datum/say_list/gygax_aerostat - + /datum/say_list/gygax_aerostat speak = list("ALERT.","Hostile-ile-ile entities dee-twhoooo-wected.","Threat parameterszzzz- szzet.","Bring sub-sub-sub-systems uuuup to combat alert alpha-a-a.") emote_see = list("beeps menacingly","whirrs threateningly","scans its immediate vicinity")