diff skaapsteker/dialogue.py @ 185:c3dfcd241c3a

actor
author Adrianna Pińska <adrianna.pinska@gmail.com>
date Wed, 06 Apr 2011 20:36:58 +0200
parents 77228c101cfc
children e4b466368b89
line wrap: on
line diff
--- a/skaapsteker/dialogue.py	Wed Apr 06 20:34:45 2011 +0200
+++ b/skaapsteker/dialogue.py	Wed Apr 06 20:36:58 2011 +0200
@@ -132,6 +132,8 @@
         self._fish_in_house = False
         self._torn_kimono = False
 
+        self._masks_destroyed = False
+
         self.npcs = {}
 
     def npc_is(self, npc_name, state):
@@ -160,3 +162,6 @@
 
     def torn_kimono(self):
         return self._torn_kimono
+
+    def masks_destroyed(self):
+        return self._masks_destroyed