From bd0159372d9dfffa57133c98c08824f2d8d11a9a Mon Sep 17 00:00:00 2001 From: Balthasar <36669346+Balthasar-eu@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:06:28 +0100 Subject: [PATCH] Fix formatting --- src/npcmove.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/npcmove.cpp b/src/npcmove.cpp index a7b0ee14291ea..8ba9682724a1f 100644 --- a/src/npcmove.cpp +++ b/src/npcmove.cpp @@ -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() ) ) {