From f845e9ceda58e184e8135b2e8ae2671d60073dd0 Mon Sep 17 00:00:00 2001 From: alestan Date: Sun, 15 Aug 2010 07:50:38 +0000 Subject: [PATCH] updating how face is haneled. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13611 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/pshop/pshop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pshop/pshop.py b/python/pshop/pshop.py index ae87774dc..ac77b85ee 100644 --- a/python/pshop/pshop.py +++ b/python/pshop/pshop.py @@ -178,7 +178,7 @@ if whoami.Name.find("Store")>-1: GlassReplica.Speed=0.0010000000475 sys.stderr=open('/tmp/output.log', 'w') - GlassReplica.Face=PicDict.get(str(Item.Face),"scroll.111") + GlassReplica.Face=(str(Item.Face)) #GlassReplica.Material=(96,'ice') GlassReplica.Name=str(Item.Quantity)+" "+Item.Name+" Price: "+str(Value)