Skip to content

Commit

Permalink
examine me
Browse files Browse the repository at this point in the history
  • Loading branch information
Superlagg committed Jul 12, 2023
1 parent 95424bd commit 6141118
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/modules/clothing/suits/arfsuits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3353,6 +3353,12 @@
. += "The power meter shows [round(cell.percent(), 0.1)]% charge remaining."
else
. += "The power cell slot is currently empty."
if(deflecting && powered && cell)
. += "The deflector shield is currently active."
else if(!COOLDOWN_FINISHED(src, emp_cooldown))
. += "The deflector shield is respooling!"
else
. += "The deflector shield is currently inactive."
if(ispath(salvaged_type))
. += salvage_hint()

Expand Down

0 comments on commit 6141118

Please sign in to comment.