Skip to content

Commit

Permalink
Grammar (Anuken#6383)
Browse files Browse the repository at this point in the history
* Grammar

* English is a terrible language
  • Loading branch information
MEEPofFaith authored Nov 30, 2021
1 parent 51fe07d commit 3819e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/mindustry/type/Liquid.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Liquid extends UnlockableContent{
public @Nullable Color barColor;
/** Color used to draw lights. Note that the alpha channel is used to dictate brightness. */
public Color lightColor = Color.clear.cpy();
/** 0-1, 0 is completely inflammable, anything above that may catch fire when exposed to heat, 0.5+ is very flammable. */
/** 0-1, 0 is completely not flammable, anything above that may catch fire when exposed to heat, 0.5+ is very flammable. */
public float flammability;
/** temperature: 0.5 is 'room' temperature, 0 is very cold, 1 is molten hot */
public float temperature = 0.5f;
Expand Down

0 comments on commit 3819e32

Please sign in to comment.