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-b93c2d0d6712master
parent
945064b553
commit
540ad17f62
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue