Skip to content

Commit

Permalink
Update GlobalConfiguration.cs
Browse files Browse the repository at this point in the history
- the camouflage bonus is now a robot property rather than a zone effect.
  • Loading branch information
aqpanaciy committed Apr 29, 2024
1 parent f8d928a commit 8572520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perpetuum/GlobalConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class GlobalConfiguration
[DefaultValue(40000), JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
public int StartEP { get; set; }

// Default camouflage bonus value for zone effect.
// Default camouflage bonus value.
[DefaultValue(5), JsonProperty(DefaultValueHandling = DefaultValueHandling.Populate)]
public int CamouflageBonus { get; set; }
}
Expand Down

0 comments on commit 8572520

Please sign in to comment.