From 5ecbcdb6d7f448277fab836889c4acf76458cf00 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sun, 6 Jun 2010 15:14:56 +0000 Subject: [PATCH] Fix comments. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13370 282e977c-c81d-0410-88c4-b93c2d0d6712 --- python/dialog/pre/knowledgeknown.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/dialog/pre/knowledgeknown.py b/python/dialog/pre/knowledgeknown.py index 47c73711c..5f288c808 100644 --- a/python/dialog/pre/knowledgeknown.py +++ b/python/dialog/pre/knowledgeknown.py @@ -4,13 +4,12 @@ # The following code runs when a dialog has a pre rule of 'knowledgeknown' # The syntax is ["knowledgeknown", "knowledge"] # To deliver a True verdict, the player must have the knowledge represented -# by "knowledge" (specific format depending on the format). +# by "knowledge" (specific format depending on the type of knowledge). # ## DIALOGCHECK ## MINARGS 1 ## MAXARGS 1 ## .* -## \* ## ENDDIALOGCHECK knowledge = args[0]