Archived
0

print jump range

This commit is contained in:
iMoHax
2015-07-16 12:47:58 +03:00
parent 929b0c2b26
commit ed974daa4c

View File

@@ -141,6 +141,7 @@ public class Ship {
", engine=" + engine +
", tank=" + tank +
", mass=" + mass +
", jumpRange=" + getJumpRange() +
", maxDist=" + getMaxJumpRange() +
", fullTankDist=" + getFullTankJumpRange() +
'}';