diff --git a/msvc-full-features/ImGui-lib-vcpkg-static.vcxproj b/msvc-full-features/ImGui-lib-vcpkg-static.vcxproj index 0c18ec766058c..31e67d1689742 100644 --- a/msvc-full-features/ImGui-lib-vcpkg-static.vcxproj +++ b/msvc-full-features/ImGui-lib-vcpkg-static.vcxproj @@ -67,6 +67,7 @@ + diff --git a/src/bionics.cpp b/src/bionics.cpp index f08c501aa3cd2..562d6798444d6 100644 --- a/src/bionics.cpp +++ b/src/bionics.cpp @@ -928,7 +928,7 @@ bool Character::activate_bionic( bionic &bio, bool eff_only, bool *close_bionics add_msg_if_player( m_info, _( "You can now run faster, assisted by joint servomotors." ) ); } else if( bio.id == bio_lighter ) { const std::optional pnt = choose_adjacent( _( "Start a fire where?" ) ); - if( pnt && here.is_flammable( *pnt ) && !here.get_field( *pnt, fd_fire ) ) { + if( pnt && here.is_flammable( *pnt ) && !here.get_field( tripoint_bub_ms( *pnt ), fd_fire ) ) { add_msg_activate(); here.add_field( *pnt, fd_fire, 1 ); if( has_trait( trait_PYROMANIA ) ) {