From 540ad17f62aa655b0f9d18b34d7d51b056402fff Mon Sep 17 00:00:00 2001 From: anmaster Date: Wed, 11 Feb 2009 18:42:54 +0000 Subject: [PATCH] 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 --- python/IPO/say.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/IPO/say.py b/python/IPO/say.py index b469b6908..20348cf63 100755 --- a/python/IPO/say.py +++ b/python/IPO/say.py @@ -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