diff options
author | Alkalus <draknyte1@hotmail.com> | 2017-11-14 23:34:28 +1000 |
---|---|---|
committer | Alkalus <draknyte1@hotmail.com> | 2017-11-14 23:34:28 +1000 |
commit | 390ac495e051df79017840504912adda10b04584 (patch) | |
tree | 9244c2d2f3af66250dd21a9258c5c7afa8835921 /src/Java/gtPlusPlus/core/handler | |
parent | 9ca3689c05efa82a4b5efe3f8d3b6013ebd54cd5 (diff) | |
download | GT5-Unofficial-390ac495e051df79017840504912adda10b04584.tar.gz GT5-Unofficial-390ac495e051df79017840504912adda10b04584.tar.bz2 GT5-Unofficial-390ac495e051df79017840504912adda10b04584.zip |
% Formatting changes.
Diffstat (limited to 'src/Java/gtPlusPlus/core/handler')
-rw-r--r-- | src/Java/gtPlusPlus/core/handler/BookHandler.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Java/gtPlusPlus/core/handler/BookHandler.java b/src/Java/gtPlusPlus/core/handler/BookHandler.java index ebfed327f9..98b7fd5485 100644 --- a/src/Java/gtPlusPlus/core/handler/BookHandler.java +++ b/src/Java/gtPlusPlus/core/handler/BookHandler.java @@ -61,11 +61,11 @@ public class BookHandler { + " After this has been constructed, you can now combine the upgrades listed within this book to improve the baubles level /100.", "Defence:" + " Can be upgraded by combining metal plates with the bauble." - + "+1 | Aluminium Plate" - + "+2 | Stainless Steel Plate" - + "+3 | Tungsten Plate" - + "+4 | TungstenSteel Plate" - + "+5 | Naquadah Plate", + + " | +1 | Aluminium Plate" + + " | +2 | Stainless Steel Plate" + + " | +3 | Tungsten Plate" + + " | +4 | TungstenSteel Plate" + + " | +5 | Naquadah Plate", "There was once a sad and lonely oak tree.", "There was once a sad and lonely oak tree.", "There was once a sad and lonely oak tree."}); |