Change the timer condition to match what the sign says.

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13013 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cavesomething 2010-04-27 23:30:37 +00:00
parent ab373f8fca
commit c5899c93a0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"rules": [
{
"match" : ["*"],
"pre" : [["age", "tenminutes", "0", "0", "0", "80", "0"]],
"pre" : [["age", "tenminutes", "0", "0", "0", "0", "20"]],
"post": [["marktime", "tenminutes"]],
"msg" : ["Oh no, you waited too long, and I got bored, let's try again shall we? Speak to me again in 10 minutes"]
},{