X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=new2%2Fplomrogue%2Fthings.py;h=0e4af344e5cc9bcfc6af4e0e6fb88cbd07054e96;hb=a75abb6869635e91b9d58ee81bdc1a8622cf5444;hp=138a1fac7ccdcd1ba0603023f478cd7d92b1b9bb;hpb=d8d43ad18b8209eb34df79a604321e82f46b0887;p=plomrogue2-experiments diff --git a/new2/plomrogue/things.py b/new2/plomrogue/things.py index 138a1fa..0e4af34 100644 --- a/new2/plomrogue/things.py +++ b/new2/plomrogue/things.py @@ -40,7 +40,7 @@ class ThingAnimate(Thing): def set_next_task(self, task_name, args=()): task_class = self.game.tasks[task_name] - self.next_tasks += [task_class(self, args)] + self.next_tasks += [task_class(self, args)] def get_next_task(self): if len(self.next_tasks) > 0: