Skip to content

Commit

Permalink
Update code/game/machinery/ARES/ARES_interface.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Jun 4, 2024
1 parent bcbc1f9 commit cd281e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/ARES/ARES_interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
log.name = "ASRS Audit Log"
log.info += contents
log.icon_state = "paper_uscm_words"
visible_message(SPAN_NOTICE("\The [src] prints out a paper."))
visible_message(SPAN_NOTICE("[src] prints out a paper."))

// -- Delete Button -- //
if("delete_record")
Expand Down

0 comments on commit cd281e5

Please sign in to comment.