X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=plomrogue%2Ftasks.py;h=9165cd44b63d0adece3c1da95366cdbd7b5fae4a;hb=6e918e5b3cd6627a0a23b4008dbe3d6bfe784abe;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."')