New carton arch and images for IPO

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@5411 282e977c-c81d-0410-88c4-b93c2d0d6712
master
aaron_baugher 2007-02-09 01:11:34 +00:00
parent 1abd8198b4
commit 704b698a20
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 carton_box archetype and images from Mike B.
-- Aaron Baugher 2007-02-08
python/IPO/say.py:
Changed code to give different packages different names and faces,
and to make packages clearly show they are used after being received.

View File

@ -138,7 +138,7 @@ elif text[0] == 'bag' or text[0] == 'package' or text[0] == 'carton':
else:
price = priceCarton
max = 100000
item = 'present_box_2'
item = 'carton_box_1'
if activator.PayAmount(price*priceFactor):
box = activator.CreateObject(item)