Skip to content

Commit

Permalink
Update src/bionics.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Burmistrov <[email protected]>
  • Loading branch information
PatrikLundell and Night-Pryanik authored Nov 22, 2024
1 parent 51e8cd5 commit 9592445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bionics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,7 @@ void Character::process_bionic( bionic &bio )
_( "Your %s activates and you feel your throat open up and air filling your lungs!" ),
bio.info().name );
remove_effect( effect_asthma );
mod_power_level( -trigger_cost );
}
} else if( bio.id == bio_evap ) {
if( is_underwater() ) {
Expand Down

0 comments on commit 9592445

Please sign in to comment.