Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Apr 23, 2024
1 parent 550f4f4 commit 5f39b90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/game/machinery/ARES/ARES_interface.dm
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@
new_title = "[record.title] at [record.time]"
new_details = record.details
datacore.records_tech -= record
if(ARES_RECORD_FLIGHT)
new_title = "[record.title] at [record.time]"
new_details = record.details
datacore.records_flight -= record

new_delete.details = new_details
new_delete.user = last_login
Expand Down

0 comments on commit 5f39b90

Please sign in to comment.