mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
Fixes to npc-actions Pacos
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user