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-b93c2d0d6712master
parent
15b2dfef01
commit
8a34bc3d67
|
@ -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
|
2016-05-24 12:29 Daniel Hawkins
|
||||||
|
|
||||||
* Info/land.c: Updated to solve some compiler warnings, use impassable
|
* Info/land.c: Updated to solve some compiler warnings, use impassable
|
||||||
|
|
|
@ -33,7 +33,7 @@ if whoami==Guardian:
|
||||||
if text[0]=='5':
|
if text[0]=='5':
|
||||||
message="If you go in there, you won't come back."
|
message="If you go in there, you won't come back."
|
||||||
whoami.Say(message)
|
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."
|
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)
|
whoami.Say(message)
|
||||||
if text[0]=="7":
|
if text[0]=="7":
|
||||||
|
|
Loading…
Reference in New Issue