Skip to content

Commit 9c3d56e

Browse files
authored
Update player_hardcoded_effects.cpp (#54994)
1 parent 932f82c commit 9c3d56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/player_hardcoded_effects.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1221,13 +1221,13 @@ void Character::hardcoded_effects( effect &it )
12211221
//~ %s is bodypart in accusative.
12221222
add_msg( m_warning, _( "You start scratching your %s!" ),
12231223
body_part_name_accusative( bp ) );
1224-
player_character.cancel_activity();
12251224
} else {
12261225
//~ 1$s is NPC name, 2$s is bodypart in accusative.
12271226
add_msg_if_player_sees( pos(), _( "%1$s starts scratching their %2$s!" ), get_name(),
12281227
body_part_name_accusative( bp ) );
12291228
}
12301229
moves -= 150;
1230+
mod_pain( 1 );
12311231
apply_damage( nullptr, bp, 1 );
12321232
}
12331233
} else if( id == effect_evil ) {

0 commit comments

Comments
 (0)