X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=68f3269c04738ee8f44e785453f5c50fb8e2f713;hb=5a75ab241a01d23babfd01e85835f16ec4907cb8;hp=f7fb3124da02b32e46a887b95eed9ee8a57214ea;hpb=0482064116ed8cdc6cd969e2ca38380b41725cc4;p=plomrogue2 diff --git a/plomrogue/tasks.py b/plomrogue/tasks.py index f7fb312..68f3269 100644 --- a/plomrogue/tasks.py +++ b/plomrogue/tasks.py @@ -78,7 +78,7 @@ class Task_FLATTEN_SURROUNDINGS(Task): self.thing.position).values()): if not self.thing.game.can_do_tile_with_pw(*yxyx, self.args[0]): continue - self.thing.game.maps[yxyx[0]][yxyx[1]] = self.game.get_flatland() + self.thing.game.maps[yxyx[0]][yxyx[1]] = self.thing.game.get_flatland() self.thing.game.record_fov_change(yxyx)