Skip to content

Commit

Permalink
Update code/game/objects/items/weapons/ecigs.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Fluffy <[email protected]>
Signed-off-by: Matt Atlas <[email protected]>
  • Loading branch information
NonQueueingMatt and FluffyGhoster authored Oct 4, 2024
1 parent 2306f4d commit 9ee4a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/items/weapons/ecigs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@
. += SPAN_NOTICE("There are [round(ec_cartridge.reagents.total_volume, 1)] unit\s of liquid remaining.")
else
. += SPAN_NOTICE("There's no cartridge connected.")

if(cig_cell)
. += SPAN_NOTICE("The power meter shows that there's about [round(cig_cell.percent(), 1)]% power remaining.")
else
Expand Down

0 comments on commit 9ee4a7f

Please sign in to comment.