Commit b0365ddf by BellCodeEditor

save project

parent f390a402
Showing with 20 additions and 2 deletions
...@@ -44,4 +44,23 @@ print(30 * '-') ...@@ -44,4 +44,23 @@ print(30 * '-')
print(' GET FLEX TAPE, START') 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)")
\ No newline at end of file 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