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-b93c2d0d6712master
parent
068db43a96
commit
2c48a84283
|
@ -1,5 +1,10 @@
|
||||||
ChangeLog for SVN maps trunk directory:
|
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:
|
python/IPO/say.py:
|
||||||
Small change to use new carton_box archetype and images from Mike B.
|
Small change to use new carton_box archetype and images from Mike B.
|
||||||
-- Aaron Baugher 2007-02-08
|
-- Aaron Baugher 2007-02-08
|
||||||
|
|
|
@ -134,7 +134,7 @@ elif text[0] == 'bag' or text[0] == 'package' or text[0] == 'carton':
|
||||||
elif text[0] == 'package':
|
elif text[0] == 'package':
|
||||||
price = pricePackage
|
price = pricePackage
|
||||||
max = 50000
|
max = 50000
|
||||||
item = 'r_sack'
|
item = 'package'
|
||||||
else:
|
else:
|
||||||
price = priceCarton
|
price = priceCarton
|
||||||
max = 100000
|
max = 100000
|
||||||
|
|
Loading…
Reference in New Issue