repair issue caused by earlier hotfix
This commit is contained in:
parent
36f739a17a
commit
54e046ea95
|
|
@ -182,9 +182,9 @@ func pick(id: int):
|
|||
randomize()
|
||||
winning_id = randi() % options.size()
|
||||
else:
|
||||
winning_id = 2 if id == 0 else 0
|
||||
#Steam.setAchievement("FIGHT_BACK")
|
||||
#Steam.storeStats()
|
||||
winning_id = 1 if id == 0 else 0
|
||||
Steam.setAchievement("FIGHT_BACK")
|
||||
Steam.storeStats()
|
||||
|
||||
output.append(options.pop_at(winning_id))
|
||||
random_player = anim_players[winning_id]
|
||||
|
|
|
|||
Loading…
Reference in New Issue