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
master
akirschbaum 2016-06-19 15:00:31 +00:00
parent 15b2dfef01
commit 8a34bc3d67
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

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