Began working on "Mayor" charity mission
[butaba-adventures.git] / npcs.py
diff --git a/npcs.py b/npcs.py
index 26732c2..12db0b1 100644 (file)
--- a/npcs.py
+++ b/npcs.py
@@ -55,3 +55,10 @@ class Bulisa (NPC):
                NPC.__init__ (self, "Bulisa", row, col, imageleft, imageright, imagefront,
                                imageback, portrait, position, movement_area, 20, dialogues, currentdialog)
 
+
+class Mayor (NPC):
+       def __init__ (self, row, col, imageleft, imageright, imagefront,
+                                       imageback, portrait, position, movement_area=(0,0,0,0),
+                                       dialogues=[], currentdialog=0):
+               NPC.__init__ (self, "Mayor", row, col, imageleft, imageright, imagefront,
+                               imageback, portrait, position, movement_area, 15, dialogues, currentdialog)