Skip to content

Commit

Permalink
Revert rogue refactor that accidentally touched library code
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmaxfrank committed Jan 18, 2016
1 parent 07c6fb0 commit 358b7c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,9 @@ public ShipSystem getSystemTypeAt(int x, int y, int z) {
}

/**
* Get the overall healthPct of the given system
* Get the overall health of the given system
* @param sys
* @return A float [0, 1] indicating percentage healthPct
* @return A float [0, 1] indicating percentage health
* @throws IllegalStateException if the SystemManager doesn't
* yet have a ShipSystemGrid
*/
Expand Down

0 comments on commit 358b7c8

Please sign in to comment.