From a26503b1a5ac43ccd32054a11bf8fd19bb100aad Mon Sep 17 00:00:00 2001 From: BlackMajor Date: Tue, 23 Aug 2022 01:33:41 +1200 Subject: [PATCH] bug fix --- .../living/carbon/human/species/station/protean/protean_rig.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_rig.dm b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_rig.dm index 3e7be7feae..de923cdb56 100644 --- a/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_rig.dm +++ b/modular_chomp/code/modules/mob/living/carbon/human/species/station/protean/protean_rig.dm @@ -455,6 +455,8 @@ canremove = 0 /obj/item/weapon/rig/protean/ai_can_move_suit(mob/user, check_user_module = 0, check_for_ai = 0) + if(check_for_ai) + return 0 //We don't do that here. if(offline || !cell || !cell.charge || locked_down) if(user) to_chat(user, "Your host rig is unpowered and unresponsive.")