mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-06 07:47:02 +00:00
fix: acacia/dark oak not giving the "Getting Wood" achievement
This commit is contained in:
parent
79d15ba542
commit
076bf6bd7d
|
|
@ -1366,6 +1366,7 @@ void Tile::playerDestroy(Level *level, shared_ptr<Player> player, int x, int y,
|
|||
player->causeFoodExhaustion(FoodConstants::EXHAUSTION_MINE);
|
||||
|
||||
if( id == Tile::treeTrunk_Id )
|
||||
if( id == Tile::treeTrunk_Id || id == Tile::tree2Trunk_Id )
|
||||
player->awardStat(GenericStats::mineWood(), GenericStats::param_noArgs());
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue