diff --git a/python/IPO/say.py b/python/IPO/say.py index 34c3e5076..50da1a332 100755 --- a/python/IPO/say.py +++ b/python/IPO/say.py @@ -71,6 +71,9 @@ if text[0] == 'help' or text[0] == 'yes': # weight is in grams, so need to convert. whoami.Say('- %s (max weight: %d kg, price: %d platinum)'%(pack, packages[pack][1] / 1000, packages[pack][0])) + whoami.Say('To send a package to a friend, say \'send \'.') + whoami.Say('To receive your packages, say \'receive\'.') + if activator.DungeonMaster: whoami.Say('As a DungeonMaster, you can also order:\n- mailwarning ')