示例#1
0
def failure_start():
    print """You've recieved a penalty for one of numerous transgressions
    against the Acadamy. """
    import penalty_loop
    penalty_loop.penalty_sys_1()
示例#2
0
def failure_1(why):
    print why, """ you did not meet the required standards,
    choose another team..."""
    import penalty_loop
    penalty_loop.penalty_sys_1()
示例#3
0
def failure_start_sarc():

    import penalty_loop
    penalty_loop.penalty_sys_1()
示例#4
0
def failure_start():
    print """You've recieved a penalty for one of numerous transgressions
    against the Acadamy. """
    import penalty_loop
    penalty_loop.penalty_sys_1()
示例#5
0
def failure_1(why):
    print why, """ you did not meet the required standards,
    choose another team..."""
    import penalty_loop
    penalty_loop.penalty_sys_1()
示例#6
0
def failure_start_sarc():

    import penalty_loop
    penalty_loop.penalty_sys_1()