mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 06:01:56 +00:00
Reduced chance for changeling to be listed as suspect.
Better than discussing this forever.
This commit is contained in:
@@ -217,7 +217,7 @@ Implants;
|
||||
suspects += man
|
||||
// Antags
|
||||
else if(special_role == "traitor" && prob(20) || \
|
||||
special_role == "Changeling" && prob(100) || \
|
||||
special_role == "Changeling" && prob(40) || \
|
||||
special_role == "Cultist" && prob(10) || \
|
||||
special_role == "Head Revolutionary" && prob(10))
|
||||
suspects += man
|
||||
|
||||
Reference in New Issue
Block a user