From bd88f617028261ccdd6a6845f93c566a533b791a Mon Sep 17 00:00:00 2001 From: Fluff Date: Sat, 27 May 2023 10:17:57 -0400 Subject: [PATCH] Go away ch/behemoth ch/Aegis is the proper one. --- modular_chomp/code/modules/clothing/spacesuits/rig/.behemoth.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!", \