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":