Skip to content

Commit

Permalink
switch random trader to caravan team like his guards, ref BGforgeNet/…
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Mar 14, 2024
1 parent ce1d667 commit 7d97dd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts_src/rndenctr/ecmrchnt.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/

/*
Name: Raider
Name: Merchant
Location: Random Encounters
Description:

Expand Down
4 changes: 2 additions & 2 deletions scripts_src/rndenctr/ectrader.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ procedure timed_event_p_proc begin
end

procedure map_enter_p_proc begin
set_self_team(TEAM_RND_TRADER);
set_self_ai(AI_GENERIC_GUARDS);
set_self_team(TEAM_CARAVAN);
set_self_ai(AI_STORE_OWNER);
if (not is_loading_game) then begin
call ChooseItem;

Expand Down

0 comments on commit 7d97dd6

Please sign in to comment.