From 3c84954868d8938266455b7a641d73666ec6418d Mon Sep 17 00:00:00 2001 From: Consoleable <107653330+Consoleable@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:11:11 -0700 Subject: [PATCH] Update addiction.cpp restyled --- src/addiction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addiction.cpp b/src/addiction.cpp index 08d986e1ae8b1..ebd26242da485 100644 --- a/src/addiction.cpp +++ b/src/addiction.cpp @@ -223,7 +223,7 @@ static bool opiate_effect( Character &u, addiction &add ) // No further effects if we're doped up. if( u.get_painkiller() >= in ) { add.sated = 0_turns; - u.remove_effect(effect_shakes); + u.remove_effect( effect_shakes ); return false; } u.mod_str_bonus( -1 );