From c011e3cc99448e34eef47ddcf4bc3bb7370411b5 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Wed, 7 May 2008 18:25:12 +0000 Subject: [PATCH] Fix bugs #1958325 and #1958326. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8903 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/IPO/say.py | 3 +++ 1 file changed, 3 insertions(+) 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 ')