Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gautesl committed Jan 13, 2017
1 parent 855fd87 commit f65f493
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cerberus.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ def cerberusDialog(spiller):
som gjør ham til min velgjører. Han har gitt meg sjansen til å hevne brødrene mine.
Du slipper ikke unna.
""")
pause()

def dynamiskLoot(loot, fiende, spiller):
tall = round(10 + fiende.xp() / 10)
Expand Down
3 changes: 3 additions & 0 deletions shroom.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,14 @@ def intro_loop(spiller, inv, klasser, spellbook):
def sti(spiller, inv, klasser, spellbook):
vassleQlog = klasser.questlog(5)
shroomQlog = klasser.questlog(6)
bandittQlog = klasser.questlog(7)
while True:
if vassleQlog.hent_quest(3).progresjon():
skrivBaal()
#Sti 1
print("\nStien deler seg")
if sum([int(bandittQlog.hent_quest(x).startet()) for x in range(len(bandittQlog.hent_qLog()))]):
print("Du mener å huske veien til banditt-leiren var HØYRE VENSTRE HØYRE.\n")
valg1 = input("Hvor vil du gå? (h/v)\n> ")
while valg1.lower() not in {"h", "v", "høyre", "venstre"}:
valg1 = input("Hvor vil du gå? Skriv 'høyre' eller 'venstre':\n> ")
Expand Down

0 comments on commit f65f493

Please sign in to comment.