Merge pull request #40916 from lordpidey/report_fixing

Fixes gamemode reports to not generate duplicates
This commit is contained in:
Jordan Brown
2018-10-15 16:17:01 -04:00
committed by yogstation13-bot
parent 86311ee990
commit e832dbeab4
20 changed files with 23 additions and 15 deletions

View File

@@ -8,6 +8,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th
/datum/game_mode/changeling
name = "changeling"
config_tag = "changeling"
report_type = "changeling"
antag_flag = ROLE_CHANGELING
false_report_weight = 10
restricted_jobs = list("AI", "Cyborg")