Skip to content

Commit

Permalink
say less
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsnow301 committed Apr 24, 2024
1 parent da589d5 commit a94577f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/systems/ds/battle_royale.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DATASYSTEM_DEF(battle_royale)
/// List of battle royale datums currently running
var/list/active_battles
/// Static list of available regions that are considered the same department
var/static/list/regions = list(list(
var/list/regions = list(list(
"Medical Bay" = list(
/area/station/command/heads_quarters/cmo,
/area/station/medical,
Expand Down

0 comments on commit a94577f

Please sign in to comment.