Fixes to npc-actions Pacos

This commit is contained in:
kitty624
2025-08-07 23:30:09 +02:00
parent c3a34a660d
commit 6a9df9f22c
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -7915,7 +7915,7 @@ BOOLEAN CheckForEndOfBattle( BOOLEAN fAnEnemyRetreated )
if ( CheckFact( FACT_FIRST_BATTLE_BEING_FOUGHT, 0 ) )
{
// ATE: Need to trigger record for this event .... for NPC scripting
TriggerNPCRecord( PACOS, 18 );
TriggerNPCRecord( PACOS, 20 );
// this is our first battle... and we won!
SetFactTrue( FACT_FIRST_BATTLE_FOUGHT );