def apply_to(self, room):
     room.floor = Surface('The floor of this room is a soft red carpet.')
Ejemplo n.º 2
0
 def apply_to(self, room):
     room.floor = Surface('The floor is made of maple hardwood.')
Ejemplo n.º 3
0
 def apply_to(self, room):
     room.ceiling = Surface('The ceiling is made of stone. ')
Ejemplo n.º 4
0
 def apply_to(self, room):
     room.floor = Surface('The flooring of this room is packed dirt. ')
 def apply_to(self, room):
     room.floor = Surface(
         'The floor of this room is comprised of a steel grate which seems to drop off into an abyss below you.'
     )
Ejemplo n.º 6
0
 def apply_to(self, room):
     room.floor = Surface('The floor of this room is dirt, but some sort moisture has turned it into a thick, viscous mud.')
Ejemplo n.º 7
0
 def apply_to(self, room):
     room.floor = Surface(
         'The floor of this room is a ragged beige color of carpet.')
Ejemplo n.º 8
0
 def apply_to(self, room):
     room.floor = Surface(
         'The floor is made of ceramic times arranged in a checker pattern.'
     )
Ejemplo n.º 9
0
 def apply_to(self, room):
     room.floor = Surface('This room has a flat stone floor.')
Ejemplo n.º 10
0
 def apply_to(self, room):
     room.floor = Surface('The floor is made of a dense marble which seems to be polished.')
 def apply_to(self, room):
     room.floor = Surface(
         'The floor seems to be made of a galvanized steel with tread patterns.'
     )