Began working on NPC code
[butaba-adventures.git] / utility.py
index f88430c..05faab5 100644 (file)
@@ -39,7 +39,7 @@ def ask_question (surface, question, answers, bgscreen):
                i = 1
                for answer in answers:
                        if sel_answer == i:
-                               r, g, b = 0, 0, 216
+                               r, g, b = 255, 0, 0
                        else:
                                r, g, b = 0, 0, 0
                        textarray.append ( [10, r, g, b, answer] )