forked from 2009Scape/Server
added cheeky dialogue for FertileSoilSpell
This commit is contained in:
parent
267e0f4bef
commit
396f5c2775
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue