Changeset 6.1.46


Ignore:
Timestamp:
08/21/2016 04:09:40 AM (8 years ago)
Author:
David Owen <dsowen@fugue88.ws>
branch-nick:
state
revision id:
dsowen@fugue88.ws-20160821040940-6lqlkcl1flcrs3wc
Message:

Collapsed state driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main.py

    r6.1.45 r6.1.46  
    143143
    144144    while True:
    145         if isinstance(state, AdvanceMission):
    146             state = state.do()
    147         elif isinstance(state, AssembleTeam):
    148             state = state.do()
    149         elif isinstance(state, PerformMission):
    150             state = state.do()
     145        state = state.do()
    151146
    152147        if shared.team_failures == 5:
Note: See TracChangeset for help on using the changeset viewer.