Skip to content

Commit

Permalink
capitals
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Oct 11, 2023
1 parent 64e7756 commit fa6b9a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/machinery/ARES/ARES_records.dm
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
var/ref_holder = "\ref[src]"
var/pos = length(ref_holder)
var/new_id = "#[copytext("\ref[src]", pos - 4, pos)]"
new_id = uppertext(new_id)

ticket_time = worldtime2text()
ticket_submitter = user
Expand All @@ -122,6 +123,7 @@
var/ref_holder = "\ref[src]"
var/pos = length(ref_holder)
var/new_id = "#[copytext("\ref[src]", pos - 4, pos)]"
new_id = uppertext(new_id)

ticket_time = worldtime2text()
ticket_submitter = user
Expand Down

0 comments on commit fa6b9a6

Please sign in to comment.