v0.3.4: externalized food strings
This commit is contained in:
committed by
Evan Debenham
parent
c1aca208b4
commit
861fa34420
@@ -28,15 +28,9 @@ public class OverpricedRation extends Food {
|
||||
{
|
||||
image = ItemSpriteSheet.OVERPRICED;
|
||||
energy = Hunger.STARVING - Hunger.HUNGRY;
|
||||
message = "That food tasted ok.";
|
||||
hornValue = 1;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String info() {
|
||||
return "It looks exactly like a standard ration of food but smaller.";
|
||||
}
|
||||
|
||||
@Override
|
||||
public int price() {
|
||||
return 20 * quantity;
|
||||
|
||||
Reference in New Issue
Block a user