X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=9165cd44b63d0adece3c1da95366cdbd7b5fae4a;hb=f68b1eccb0f22fc29e9fb612f65ce9c8b52023c3;hp=f3945c2a36366ea7b9a370a8e35a0772ed1490c8;hpb=ea5ddf2c37571f3fb0ed486cd4a4294b82c54b54;p=plomrogue2 diff --git a/plomrogue/tasks.py b/plomrogue/tasks.py index f3945c2..9165cd4 100644 --- a/plomrogue/tasks.py +++ b/plomrogue/tasks.py @@ -198,5 +198,7 @@ class Task_INSTALL(Task): if self.thing.carrying: self.thing.carrying.install() self.thing.carrying = None + self.thing.send_msg('CHAT "You install the thing you carry."') else: self._get_uninstallables()[0].uninstall() + self.thing.send_msg('CHAT "You uninstall the thing here."')