Changeset 6.1.19
- Timestamp:
- 08/20/2016 06:35:44 PM (8 years ago)
- branch-nick:
- state
- revision id:
- dsowen@fugue88.ws-20160820183544-mc5ff3dp2r383yul
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main.py
r6.1.18 r6.1.19 88 88 captain = (captain + 1) % player_count 89 89 90 if approved: 91 team_failures = 0 92 else: 93 team_failures += 1 94 90 95 def perform_mission(): 91 96 nonlocal wins, losses, mission … … 121 126 assemble_team() 122 127 if approved: 123 team_failures = 0124 128 state = "PERFORM_MISSION" 125 else:126 team_failures += 1127 129 128 130 elif state == "PERFORM_MISSION":
Note: See TracChangeset
for help on using the changeset viewer.