git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@8903 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
5d2478d49a
commit
c011e3cc99
|
@ -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>')
|
||||
|
||||
|
|
Loading…
Reference in New Issue