From 39940c1f65e119aede2b1069e8d261aea6bb9609 Mon Sep 17 00:00:00 2001 From: Fluff Date: Wed, 3 May 2023 09:18:54 -0400 Subject: [PATCH] Missed another mech Not anymore. --- .../living/simple_mob/subtypes/mechanical/mecha/combat.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/combat.dm b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/combat.dm index 8b86c59c6c..78f76911cb 100644 --- a/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/combat.dm +++ b/modular_chomp/code/modules/mob/living/simple_mob/subtypes/mechanical/mecha/combat.dm @@ -2,4 +2,7 @@ projectiletype = /obj/item/projectile/energy/mob/heavylaser /mob/living/simple_mob/mechanical/mecha/combat/marauder - projectiletype = /obj/item/projectile/energy/mob/heavylaser \ No newline at end of file + projectiletype = /obj/item/projectile/energy/mob/heavylaser + +/mob/living/simple_mob/mechanical/mecha/hoverpod + projectiletype = /obj/item/projectile/energy/mob/smalllaser \ No newline at end of file