mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 16:19:36 +01:00
[MIRROR] Makes energy only lost from rigs (#12097)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
05e380d10f
commit
a803fadbbf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user