added cheeky dialogue for FertileSoilSpell

This commit is contained in:
Ceikry 2021-03-14 15:01:11 -05:00
parent 2c6fa3b63b
commit ef68073328

View file

@ -54,6 +54,7 @@ public final class FertileSoilSpell extends MagicSpell {
final GameObject object = (GameObject) target;
final FarmingPatch fPatch = FarmingPatch.forObject(object);
if(fPatch == null){
player.sendMessage("Um... I don't want to fertilize that!");
return false;
}
final Patch patch = fPatch.getPatchFor(player);