mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
Quick miasma nerf (#9161)
This commit is contained in:
@@ -38,6 +38,6 @@ namespace Content.Server.Atmos.Miasma
|
||||
/// </summary>
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("molsPerSecondPerUnitMass")]
|
||||
public float MolsPerSecondPerUnitMass = 0.0035f;
|
||||
public float MolsPerSecondPerUnitMass = 0.0025f;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -394,6 +394,8 @@
|
||||
interactFailureString: petting-failure-generic
|
||||
interactSuccessSound:
|
||||
path: /Audio/Animals/cow_moo.ogg
|
||||
- type: Perishable
|
||||
molsPerSecondPerUnitMass: 0.0015
|
||||
|
||||
|
||||
- type: entity
|
||||
|
||||
@@ -188,7 +188,6 @@
|
||||
- !type:ReagentThreshold
|
||||
reagent: Miasma
|
||||
min: 1
|
||||
scaleByQuantity: true
|
||||
ignoreResistances: true
|
||||
damage:
|
||||
types:
|
||||
|
||||
Reference in New Issue
Block a user