summaryrefslogtreecommitdiffstats
path: root/weatbag/tiles/n3w4.py
blob: fff19cf859fe4e8c53f8f74e364220f48a2c401e (plain)
1
2
3
4
5
6
7
8
9
class Tile:
   def describe(self):
       print("\nLooks like you are in a walking mood because you still follow "
       "the path.\nYou hear birds singing, some small waves on the background, "
       "there is a nice flowery smell, rays of sun make the tree sceenery "
       "heavenly...\nI totaly get you, it's a nice path to have a walk!")
                   
   def action(self, player, do):
       print("\nSorry, I don't understand")