Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/data/nieve.py
blob: 0821195021631aae465ab459e633b5915bc642b0 (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

from lugar import Lugar

class Nieve(Lugar):
    def cargarDatos(self):
        self.nombre = "nieve"
        self.cosasPermitidas = [("gorrolana", 2), ("bufanda", 1), ("guantes", 1), ("campera", 1), ("buzo", 2), ("orejeras", 2), ("paraguas", 2)]