updating how face is haneled.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13611 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
a616cc15fd
commit
f845e9ceda
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue