From c67bb9d0aaaf416c6b3b4033ad5ff07b08720516 Mon Sep 17 00:00:00 2001 From: KheirFerrum <102964889+KheirFerrum@users.noreply.github.com> Date: Wed, 6 Apr 2022 19:34:56 +0100 Subject: [PATCH] Update bionics.cpp (#1440) --- src/bionics.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bionics.cpp b/src/bionics.cpp index 25f859aaca57..177fbd6dd236 100644 --- a/src/bionics.cpp +++ b/src/bionics.cpp @@ -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" ); @@ -705,7 +706,7 @@ bool Character::activate_bionic( int b, bool eff_only ) add_msg_activate(); static const std::vector 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,