User1035 / Sigma-storage

Only for real sigmas
0 stars 0 forks source link

Bridge of Death #10

Open jamesdonkin opened 1 week ago

jamesdonkin commented 1 week ago

In the bridge of death:

    elif encounter == 8:
        print("You encounter a strange man on a bridge")
        str(input("What is your name"))
        str(input("what is your quest"))
        str(input("what is your favorite colour"))
        print("Right, off you go")
        looting()

Check the string returned by 'what is your favourite colour'. If the string contains the substring 'err' then add logic to have the character flung into the void and die.

User1035 commented 1 week ago

Done :D