X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=new2%2Fplomrogue%2Fthings.py;h=0e4af344e5cc9bcfc6af4e0e6fb88cbd07054e96;hb=50317350faf9461f95025a3075d4e048215dec25;hp=138a1fac7ccdcd1ba0603023f478cd7d92b1b9bb;hpb=33bfdaf647c6736d99aadc017ee935f3301d758a;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: