v0.9.4: planting seeds now spends time after planting logic
This commit is contained in:
@@ -172,9 +172,9 @@ public abstract class Plant implements Bundlable {
|
||||
|
||||
if (action.equals( AC_PLANT )) {
|
||||
|
||||
hero.spend( TIME_TO_PLANT );
|
||||
hero.busy();
|
||||
((Seed)detach( hero.belongings.backpack )).onThrow( hero.pos );
|
||||
hero.spend( TIME_TO_PLANT );
|
||||
|
||||
hero.sprite.operate( hero.pos );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user