Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
Admins are now told what Theme that Families has rolled. (#63327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iamgoofball authored Dec 11, 2021
1 parent dbc57a5 commit 9025d43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/antagonists/gang/handler.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ GLOBAL_VAR(families_override_theme)
current_theme = new theme_to_use
else
current_theme = new GLOB.families_override_theme
message_admins("Families has chosen the theme: [current_theme.name]")
log_game("FAMILIES: The following theme has been chosen: [current_theme.name]")
var/gangsters_to_make = length(current_theme.involved_gangs) * current_theme.starting_gangsters
for(var/i in 1 to gangsters_to_make)
if (!antag_candidates.len)
Expand Down

0 comments on commit 9025d43

Please sign in to comment.