Skip to content

Commit

Permalink
Merge pull request #101 from fuzzyTew/buy-heli-appropriate
Browse files Browse the repository at this point in the history
correct player for heli buy
  • Loading branch information
czlowiekimadlo authored Jan 10, 2019
2 parents 27e1e03 + 00f0b5d commit 29a3ac1
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 29a3ac1

Please sign in to comment.