Rat king tweaks (#9000)

This commit is contained in:
Kara
2022-06-21 07:00:11 -07:00
committed by GitHub
parent 849b794489
commit 8d18d733b8
5 changed files with 18 additions and 3 deletions

View File

@@ -42,6 +42,6 @@ namespace Content.Server.RatKing
/// How many moles of Miasma are released after one us of Domain
/// </summary>
[ViewVariables, DataField("molesMiasmaPerDomain")]
public float MolesMiasmaPerDomain = 75f;
public float MolesMiasmaPerDomain = 100f;
}
};