mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
New feature (by rftr): Arulco Rebel Command (ARC)
Improve you cities and overall campaign by choosing out of several upgrades Requires GameDir >= r2613 For more info, see https://thepit.ja-galaxy-forum.com/index.php?t=msg&th=24884&start=0& git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9153 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
#include "Town Militia.h" // added by Flugente
|
||||
#include "Campaign.h" // added by Flugente
|
||||
#include "Strategic AI.h"
|
||||
#include "Rebel Command.h"
|
||||
#endif
|
||||
|
||||
#include "Luaglobal.h"
|
||||
@@ -741,6 +742,8 @@ void HandleNPCSystemEvent( UINT32 uiEvent )
|
||||
{
|
||||
EndQuest( QUEST_FOOD_ROUTE, 10, MAP_ROW_A );
|
||||
SetFactTrue( FACT_FOOD_QUEST_OVER );
|
||||
|
||||
RebelCommand::ShowWebsiteAvailableMessage();
|
||||
}
|
||||
break;
|
||||
case NPC_ACTION_DELAYED_MAKE_BRENDA_LEAVE:
|
||||
|
||||
Reference in New Issue
Block a user