added cheeky dialogue for FertileSoilSpell
This commit is contained in:
@@ -54,6 +54,7 @@ public final class FertileSoilSpell extends MagicSpell {
|
|||||||
final GameObject object = (GameObject) target;
|
final GameObject object = (GameObject) target;
|
||||||
final FarmingPatch fPatch = FarmingPatch.forObject(object);
|
final FarmingPatch fPatch = FarmingPatch.forObject(object);
|
||||||
if(fPatch == null){
|
if(fPatch == null){
|
||||||
|
player.sendMessage("Um... I don't want to fertilize that!");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
final Patch patch = fPatch.getPatchFor(player);
|
final Patch patch = fPatch.getPatchFor(player);
|
||||||
|
|||||||
Reference in New Issue
Block a user