Skip to content

Commit

Permalink
Update emag.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne committed Feb 8, 2024
1 parent 667f8b4 commit d93ba2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/emag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
. = ..()
if(get_dist(src, user) <= 1)
if(revealed)
. += "\nThe number [round(CELL_PERCENT(my_cell))] is displayed in the corner of the screen."
. += "\nThe number [round(CELL_PERCENT(my_cell))]% is displayed in the corner of the screen."
else
. += "\nThe time [stationtime2text()] is displayed in the corner of the screen."

Expand Down

0 comments on commit d93ba2c

Please sign in to comment.