mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-21 09:02:07 -07:00
added cheeky dialogue for FertileSoilSpell
This commit is contained in:
parent
2c6fa3b63b
commit
ef68073328
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