Changeset 6.1.46
- Timestamp:
- 08/21/2016 04:09:40 AM (8 years ago)
- branch-nick:
- state
- revision id:
- dsowen@fugue88.ws-20160821040940-6lqlkcl1flcrs3wc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main.py
r6.1.45 r6.1.46 143 143 144 144 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() 151 146 152 147 if shared.team_failures == 5:
Note: See TracChangeset
for help on using the changeset viewer.