Skip to content

Commit

Permalink
security_alert is not a subtype
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben10083 committed Jul 25, 2023
1 parent cbb38d4 commit 393dbba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/ARES/ARES.dm
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
/// The current deleted chat log of 1:1 conversations being read.
var/list/deleted_1to1 = list()

/// Holds all (/datum/ares_record/announcement)s and (/datum/ares_record/security/security_alert)s
/// Holds all (/datum/ares_record/announcement)s and (/datum/ares_record/security)s
var/list/records_announcement = list()
/// Holds all (/datum/ares_record/bioscan)s
var/list/records_bioscan = list()
Expand Down

0 comments on commit 393dbba

Please sign in to comment.