Skip to content

Commit

Permalink
Version 0.7.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Eschatologue committed Jan 5, 2022
1 parent 8d23404 commit 9c56d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UAW/world/blocks/liquid/PressurizedConduit.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class PressurizedConduit extends Conduit {

public PressurizedConduit(String name) {
super(name);
botColor = Color.valueOf("16161b");
botColor = Color.valueOf("4a4b53");
health = 300;
liquidCapacity = 30f;
liquidPressure = 1.5f;
Expand Down

0 comments on commit 9c56d00

Please sign in to comment.