Skip to content

Commit

Permalink
Merge pull request #34888 from davidpwbrown/hoe_consistency
Browse files Browse the repository at this point in the history
Fix hoe consistency
  • Loading branch information
ZhilkinSerg authored Oct 20, 2019
2 parents 8e5ba60 + 0ba5abf commit 3f83c82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2548,8 +2548,7 @@ int iuse::makemound( player *p, item *it, bool t, const tripoint & )

if( g->m.has_flag( "PLOWABLE", pnt ) && !g->m.has_flag( "PLANT", pnt ) ) {
p->add_msg_if_player( _( "You start churning up the earth here." ) );
p->assign_activity( activity_id( "ACT_CHURN" ), to_turns<int>( 3_minutes ),
-1, p->get_item_position( it ) );
p->assign_activity( activity_id( "ACT_CHURN" ), 18000, -1, p->get_item_position( it ) );
p->activity.placement = g->m.getabs( pnt );
return it->type->charges_to_use();
} else {
Expand Down

0 comments on commit 3f83c82

Please sign in to comment.