Changeset 6.1.10


Ignore:
Timestamp:
08/20/2016 06:17:49 PM (8 years ago)
Author:
David Owen <dsowen@fugue88.ws>
branch-nick:
state
revision id:
dsowen@fugue88.ws-20160820181749-86fgj3tiz0aw1ouu
Message:

Moved around state transitions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.py

    r6.1.9 r6.1.10  
    105105        mission += 1
    106106
     107    state = "ASSEMBLE_TEAM"
     108
    107109    while True:
    108110        team_size = mission_size(player_count, mission)
    109111        print("Mission {} needs {} members".format(mission, team_size))
    110         state = "ASSEMBLE_TEAM"
    111112
    112113        while True:
     
    140141                    return
    141142
     143                state = "ASSEMBLE_TEAM"
    142144                break
    143145
Note: See TracChangeset for help on using the changeset viewer.