Skip to content

Commit

Permalink
Merge pull request #37395 from SeventhSandwich/chemlab-hotplate-rework
Browse files Browse the repository at this point in the history
Removed redundant hotplate on onboard chemistry lab
  • Loading branch information
ZhilkinSerg committed Jan 26, 2020
2 parents 1f2d6be + 17af2e6 commit 5c8dd53
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/inventory.cpp
Expand Up @@ -588,11 +588,6 @@ void inventory::form_from_map( map &m, std::vector<tripoint> pts, const Characte
add_item( kiln );
}
if( chempart ) {
item hotplate( "hotplate", 0 );
hotplate.charges = veh->fuel_left( "battery", true );
hotplate.item_tags.insert( "PSEUDO" );
add_item( hotplate );

item chemistry_set( "chemistry_set", 0 );
chemistry_set.charges = veh->fuel_left( "battery", true );
chemistry_set.item_tags.insert( "PSEUDO" );
Expand Down

0 comments on commit 5c8dd53

Please sign in to comment.