cleaned up formatting:

- removed trailing whitespace
- changed all leading whitespace to tabs
- removed IDE created author comments
This commit is contained in:
Evan Debenham
2015-06-12 16:22:26 -04:00
parent baa83b7e43
commit cebdff0221
335 changed files with 8555 additions and 8714 deletions
@@ -42,14 +42,14 @@ public class Food extends Item {
public float energy = Hunger.HUNGRY;
public String message = "That food tasted delicious!";
public int hornValue = 3;
public int hornValue = 3;
{
stackable = true;
name = "ration of food";
image = ItemSpriteSheet.RATION;
bones = true;
bones = true;
}
@Override
@@ -102,9 +102,9 @@ public class Food extends Item {
}
}
@Override
@Override
public String info() {
return
return
"Nothing fancy here: dried meat, " +
"some biscuits - things like that.";
}