Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Balthasar-eu authored Dec 23, 2024
1 parent cef359d commit bd01593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npcmove.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,7 @@ void npc::act_on_danger_assessment()
add_msg_debug( debugmode::DF_NPC_COMBATAI, "%s upgrades reposition to flat out retreat.", name );
mem_combat.repositioning = false; // we're not just moving, we're running.
warn_about( "run_away", run_away_for );
if(!is_player_ally()) {
if( !is_player_ally() ) {
set_attitude( NPCATT_FLEE_TEMP );
}
if( mem_combat.panic > 5 && is_player_ally() && sees( player_character.pos_bub() ) ) {
Expand Down

0 comments on commit bd01593

Please sign in to comment.