Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/data/nieve.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/nieve.py')
-rw-r--r--src/data/nieve.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/data/nieve.py b/src/data/nieve.py
new file mode 100644
index 0000000..0821195
--- /dev/null
+++ b/src/data/nieve.py
@@ -0,0 +1,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)] \ No newline at end of file