Skip to content

Commit

Permalink
correct player for heli buy
Browse files Browse the repository at this point in the history
fixes #95
  • Loading branch information
fuzzyTew committed Jan 2, 2019
1 parent d68364f commit 00f0b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/campaign/airport_part_1_scripts.gd
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,5 @@ var triggers = {

'cap_airport' : {'type' : 'domination', 'story' : 'cap_airport', 'details' : { 'amount' : 1, 'list' : [Vector2(15, 10)], 'player' : 1 }, 'one_off' : true},

'buy_heli' : {'type' : 'deploy', 'story' : 'buy_heli', 'details' : { 'player' : 0, 'amount': 1, 'type': 'heli' }, 'one_off' : true},
'buy_heli' : {'type' : 'deploy', 'story' : 'buy_heli', 'details' : { 'player' : 1, 'amount': 1, 'type': 'heli' }, 'one_off' : true},
}

0 comments on commit 00f0b5d

Please sign in to comment.