From 17af2e607e5850160dc9feffa0bf39593aeb3ce0 Mon Sep 17 00:00:00 2001 From: SeventhSandwich Date: Sat, 25 Jan 2020 21:03:56 -0500 Subject: [PATCH] Update inventory.cpp removed redundant hotplate pseudoitem --- src/inventory.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/inventory.cpp b/src/inventory.cpp index fd58204a73869..071fbd9bebf96 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -587,11 +587,6 @@ void inventory::form_from_map( map &m, std::vector 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" );