diff --git a/modular_chomp/code/modules/clothing/spacesuits/rig/.behemoth.dm b/modular_chomp/code/modules/clothing/spacesuits/rig/.behemoth.dm index 780b1de8a9..576717595e 100644 --- a/modular_chomp/code/modules/clothing/spacesuits/rig/.behemoth.dm +++ b/modular_chomp/code/modules/clothing/spacesuits/rig/.behemoth.dm @@ -34,7 +34,7 @@ icon = 'icons/obj/clothing/shoes_ch.dmi' desc = "A pair of grabby boots" -/obj/item/weapon/rig/ch/behemoth/bullet_act(var/obj/item/projectile/P) +/obj/item/weapon/rig/ch/aegis/bullet_act(var/obj/item/projectile/P) var/reflectchance = 70 - round(P.damage) if(prob(reflectchance)) visible_message("The [P.name] gets reflected by [src]'s shell!", \