New package arch and image for IPO

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5476 282e977c-c81d-0410-88c4-b93c2d0d6712
master
aaron_baugher 2007-02-11 03:56:14 +00:00
parent 068db43a96
commit 2c48a84283
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
ChangeLog for SVN maps trunk directory:
---------------------------------------------------------------------------
python/IPO/say.py:
Small change to use new package archetype and image from Mike B.
-- Aaron Baugher 2007-02-10
python/IPO/say.py:
Small change to use new carton_box archetype and images from Mike B.
-- Aaron Baugher 2007-02-08

View File

@ -134,7 +134,7 @@ elif text[0] == 'bag' or text[0] == 'package' or text[0] == 'carton':
elif text[0] == 'package':
price = pricePackage
max = 50000
item = 'r_sack'
item = 'package'
else:
price = priceCarton
max = 100000