Skip to content

Commit

Permalink
Update iuse.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KorGgenT committed Feb 15, 2020
1 parent 9e15fd1 commit 11a00b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iuse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8552,7 +8552,7 @@ int iuse::multicooker( player *p, item *it, bool t, const tripoint &pos )
}

if( cooktime <= 0 ) {
item &meal = item( it->get_var( "DISH" ) );
item meal( it->get_var( "DISH" ) );
if( ( *recipe_id( it->get_var( "RECIPE" ) ) ).hot_result() ) {
meal.heat_up();
} else {
Expand Down

0 comments on commit 11a00b9

Please sign in to comment.