Commit b0365ddf by BellCodeEditor

save project

parent f390a402
Showing with 19 additions and 0 deletions
...@@ -45,3 +45,22 @@ print(' GET FLEX TAPE, START') ...@@ -45,3 +45,22 @@ print(' GET FLEX TAPE, START')
while True: while True:
print("-" * 30) print("-" * 30)
choice = input("HARRY POTTAH: *1THATS A LOTA DAMAGE/2ADD FLEX TAPE)") choice = input("HARRY POTTAH: *1THATS A LOTA DAMAGE/2ADD FLEX TAPE)")
if choice == "q":
print("AND NO MORE FLEX TAPE, END")
break
elif choice == "1":
houqi.combat(yase)
elif choice == "2":
houyi.cure()
else:
print("ENTAH 1 OR 2 AGAINN")
continue
status = random.randint(1,3)
if status == 1:
yase.cure()
else:
yase.combat(houyi)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment