Skip to content

Commit

Permalink
Update bionics.cpp (#1440)
Browse files Browse the repository at this point in the history
  • Loading branch information
KheirFerrum authored Apr 6, 2022
1 parent 82f5658 commit c67bb9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bionics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ static const efftype_id effect_pkill1( "pkill1" );
static const efftype_id effect_pkill2( "pkill2" );
static const efftype_id effect_pkill3( "pkill3" );
static const efftype_id effect_poison( "poison" );
static const efftype_id effect_badpoison( "badpoison" );
static const efftype_id effect_sleep( "sleep" );
static const efftype_id effect_stung( "stung" );
static const efftype_id effect_teleglow( "teleglow" );
Expand Down Expand Up @@ -705,7 +706,7 @@ bool Character::activate_bionic( int b, bool eff_only )
add_msg_activate();
static const std::vector<efftype_id> removable = {{
effect_fungus, effect_dermatik, effect_bloodworms,
effect_poison, effect_stung,
effect_poison, effect_stung, effect_badpoison,
effect_pkill1, effect_pkill2, effect_pkill3, effect_pkill_l,
effect_drunk, effect_cig, effect_cocaine_high, effect_weed_high,
effect_hallu, effect_visuals, effect_pblue, effect_iodine, effect_datura,
Expand Down

0 comments on commit c67bb9d

Please sign in to comment.