From f891b3a18c952b88967f7408bb942ef3c0cd111f Mon Sep 17 00:00:00 2001 From: Rodrigo Perez Fulloni Date: Mon, 17 Dec 2012 22:24:44 +0000 Subject: Final version 1.0 --- (limited to 'src/data/nieve.py') 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 -- cgit v0.9.1