diff --git a/code/game/gamemodes/changeling/changeling.dm b/code/game/gamemodes/changeling/changeling.dm index 4b0e753a82aa..2ff431f08b95 100644 --- a/code/game/gamemodes/changeling/changeling.dm +++ b/code/game/gamemodes/changeling/changeling.dm @@ -9,7 +9,7 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th name = "changeling" config_tag = "changeling" antag_flag = ROLE_CHANGELING - false_report_weight = 10 + false_report_weight = 1 restricted_jobs = list("AI", "Cyborg") protected_jobs = list("Security Officer", "Warden", "Detective", "Head of Security", "Captain") required_players = 15 @@ -173,4 +173,4 @@ GLOBAL_VAR(changeling_team_objective_type) //If this is not null, we hand our th if(equip) user.equip_to_slot_or_del(C, GLOB.slot2slot[slot]) - user.regenerate_icons() \ No newline at end of file + user.regenerate_icons()