From a803fadbbfe7a81986663428d0f42e2837415c8c Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Wed, 10 Dec 2025 08:48:15 -0700 Subject: [PATCH] [MIRROR] Makes energy only lost from rigs (#12097) Co-authored-by: Cameron Lennox --- code/datums/components/species/shadekin/shadekin.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/species/shadekin/shadekin.dm b/code/datums/components/species/shadekin/shadekin.dm index f3ed99ac3e..311cab7f54 100644 --- a/code/datums/components/species/shadekin/shadekin.dm +++ b/code/datums/components/species/shadekin/shadekin.dm @@ -160,7 +160,7 @@ var/dark_gains = 0 var/suit = owner.get_equipped_item(slot_wear_suit) - if(istype(suit, /obj/item/clothing/suit/space)) + if(istype(suit, /obj/item/clothing/suit/space/rig)) if(dark_energy) to_chat(owner, span_warning("You feel your energy waning and your powers being blocked from the heavy equipment you're wearing!")) dark_energy = 0