Fix a case of "TabError: inconsistent use of tabs and spaces in indentation" in /python/IPO/say.py

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@11443 282e977c-c81d-0410-88c4-b93c2d0d6712
master
anmaster 2009-02-11 18:42:54 +00:00
parent 945064b553
commit 540ad17f62
1 changed files with 2 additions and 2 deletions

View File

@ -90,8 +90,8 @@ elif text[0] == 'pen':
elif text[0] == 'literacy':
if activator.PayAmount(priceScrollOfLiteracy*priceFactor):
whoami.Say('Here is your IPO Scroll of Literacy')
id = activator.Map.CreateObject('scroll of literacy', x, y)
whoami.Say('Here is your IPO Scroll of Literacy')
id = activator.Map.CreateObject('scroll of literacy', x, y)
id.Name = 'IPO Scroll of Literacy'
id.NamePl = 'IPO Scrolls of Literacy'
id.Value = 0