Skip to content

Commit

Permalink
refactor: make log_antag_mix proc of /datum/game_mode/antag_mix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaxeer committed Dec 15, 2023
1 parent 29a8a7e commit 2f98bf0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion modular_ss220/antagonists/_antagonists.dme
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "code/antag_mix/scenarios/antag_team_scenario.dm"
#include "code/antag_mix/scenarios/minor_scenarios.dm"
#include "code/configuration/antag_mix_configuration.dm"
#include "code/__HELPERS/_logging.dm"
#include "code/blood_brothers/blood_brothers_datum.dm"
#include "code/blood_brothers/blood_brothers_team.dm"
#include "code/mind/memory_edit.dm"
Expand Down
2 changes: 0 additions & 2 deletions modular_ss220/antagonists/code/__HELPERS/_logging.dm

This file was deleted.

3 changes: 3 additions & 0 deletions modular_ss220/antagonists/code/antag_mix/antag_mix.dm
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,6 @@
log_antag_mix("Scenario: '[scenario.name]' with weight: '[scenario.weight]' was drafted")

return drafted_scenarios

/datum/game_mode/antag_mix/proc/log_antag_mix(text)
log_debug("\[ANTAG MIX\] [text]")

0 comments on commit 2f98bf0

Please sign in to comment.