Rename Miasma to Ammonia (#22791)

* Rename Miasma to Ammonia

* Namespace changes

* Map change????? why
This commit is contained in:
Kara
2023-12-20 21:19:50 -07:00
committed by GitHub
parent bf7c788099
commit ad97580727
40 changed files with 134 additions and 194 deletions

View File

@@ -46,10 +46,10 @@ public sealed partial class RatKingComponent : Component
public float HungerPerDomainUse = 50f;
/// <summary>
/// How many moles of Miasma are released after one us of Domain
/// How many moles of ammonia are released after one us of Domain
/// </summary>
[DataField("molesMiasmaPerDomain"), ViewVariables(VVAccess.ReadWrite)]
public float MolesMiasmaPerDomain = 200f;
[DataField("molesAmmoniaPerDomain"), ViewVariables(VVAccess.ReadWrite)]
public float MolesAmmoniaPerDomain = 200f;
/// <summary>
/// The current order that the Rat King assigned.