From 8a34bc3d6764b2e2d6cf063b18ad07896d52af25 Mon Sep 17 00:00:00 2001 From: akirschbaum Date: Sun, 19 Jun 2016 15:00:31 +0000 Subject: [PATCH] test/newmaps/madness_maze/scripts/madnessmaze1.py: Fix syntax error. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@20283 282e977c-c81d-0410-88c4-b93c2d0d6712 --- ChangeLog | 5 +++++ test/newmaps/madness_maze/scripts/madnessmaze1.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1da63e79..c6c791286 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-19 Andreas Kirschbaum + + * test/newmaps/madness_maze/scripts/madnessmaze1.py: Fix syntax + error. + 2016-05-24 12:29 Daniel Hawkins * Info/land.c: Updated to solve some compiler warnings, use impassable diff --git a/test/newmaps/madness_maze/scripts/madnessmaze1.py b/test/newmaps/madness_maze/scripts/madnessmaze1.py index 4e8ed65f6..1f1d384d3 100644 --- a/test/newmaps/madness_maze/scripts/madnessmaze1.py +++ b/test/newmaps/madness_maze/scripts/madnessmaze1.py @@ -33,7 +33,7 @@ if whoami==Guardian: if text[0]=='5': message="If you go in there, you won't come back." whoami.Say(message) - if text[0]=="6" + if text[0]=="6": message="They cut them off, seemed to think I might be tempted by the maze, like I woulda been. Figured I could warn people without arms, but I couldn't disarm the traps without arms." whoami.Say(message) if text[0]=="7":