git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8903 282e977c-c81d-0410-88c4-b93c2d0d6712
master
ryo_saeba 2008-05-07 18:25:12 +00:00
parent 5d2478d49a
commit c011e3cc99
1 changed files with 3 additions and 0 deletions

View File

@ -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 <friend\'s name>\'.')
whoami.Say('To receive your packages, say \'receive\'.')
if activator.DungeonMaster:
whoami.Say('As a DungeonMaster, you can also order:\n- mailwarning <player>')