Skip to content

Commit

Permalink
inputting suggestion
Browse files Browse the repository at this point in the history
see discord for what Vollch suggested, astyle should fix the rest

Co-Authored-By: Vollch <544763+Vollch@users.noreply.github.com>
  • Loading branch information
RoyalFox2140 and Vollch committed Dec 18, 2023
1 parent 17c23f1 commit ca4c363
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/activity_handlers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3584,8 +3584,7 @@ void activity_handlers::plant_seed_finish( player_activity *act, player *p )
here.furn_set( examp, furn_str_id( here.furn( examp )->plant->transform ) );
} else if( seed_id->seed->required_terrain_flag == flag_PLANTABLE ) {
here.set( examp, t_dirt, f_plant_seed );
}
} else {
} else {
here.furn_set( examp, f_plant_seed );
p->add_msg_player_or_npc( _( "You plant some %s." ), _( "<npcname> plants some %s." ),
item::nname( seed_id ) );
Expand Down

0 comments on commit ca4c363

Please sign in to comment.