Makes energy only lost from rigs (#18880)

This commit is contained in:
Cameron Lennox
2025-12-10 10:36:13 -05:00
committed by GitHub
parent 08a505d848
commit 91d847bd51
@@ -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