diff --git a/ChangeLog b/ChangeLog index 705f40df5..435b2b0c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/python/IPO/say.py b/python/IPO/say.py index dffeebcf8..3ace838fc 100755 --- a/python/IPO/say.py +++ b/python/IPO/say.py @@ -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)