From 2c48a8428360cb134a35eb2ca5939fc76fcd1cd9 Mon Sep 17 00:00:00 2001 From: aaron_baugher Date: Sun, 11 Feb 2007 03:56:14 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ python/IPO/say.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 435b2b0c9..4dfe9c42f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/python/IPO/say.py b/python/IPO/say.py index 3ace838fc..68b47e45a 100755 --- a/python/IPO/say.py +++ b/python/IPO/say.py @@ -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