Skip to content

Commit

Permalink
Typo fix / Biomatter compressor buffed
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuken committed Aug 9, 2018
1 parent 2aee72b commit a804053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/assets/bundles/bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ unit.drone.name=Drone
unit.drone.description=The starter drone unit. Spawns in the core by default. Automatically mines ores, collects items and repairs blocks.
unit.fabricator.name=Fabricator
unit.fabricator.description=An advanced drone unit. Automatically mines ores, collects items and repairs blocks. Significantly more effective than a drone.
unit.dagger.name=Scout
unit.dagger.name=Dagger
unit.dagger.description=A basic ground unit. Useful in swarms.
unit.titan.name=Titan
unit.titan.description=An advanced, armored ground unit. Attacks both ground and air targets.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void load(){
itemCapacity = 50;
craftTime = 25f;
outputLiquid = Liquids.oil;
outputLiquidAmount = 0.9f;
outputLiquidAmount = 1.2f;
size = 2;
health = 320;
hasLiquids = true;
Expand Down

0 comments on commit a804053

Please sign in to comment.