From ba77a3862f53b813c77f0a0a1d88ca2731b8b41a Mon Sep 17 00:00:00 2001 From: cavesomething Date: Mon, 10 May 2010 18:15:16 +0000 Subject: [PATCH] Change the names of the recognised fields git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13165 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/dialog/dialog_check.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/dialog/dialog_check.py b/python/dialog/dialog_check.py index 61e567969..2eba4b3ae 100644 --- a/python/dialog/dialog_check.py +++ b/python/dialog/dialog_check.py @@ -121,9 +121,7 @@ def checkdialoguefile(msgfile, location): elif action == "match": match+=1 - elif action == "requires": - pass - elif action == "suggests": + elif action == "replies": pass elif action == "comment": pass