mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
Made water unlocked again
This commit is contained in:
@ -12,6 +12,7 @@ public class Liquids implements ContentList{
|
||||
|
||||
water = new Liquid("water", Color.valueOf("596ab8")){{
|
||||
heatCapacity = 0.4f;
|
||||
alwaysUnlocked = true;
|
||||
effect = StatusEffects.wet;
|
||||
}};
|
||||
|
||||
|
Reference in New Issue
Block a user