diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-03-01 19:06:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-03-01 19:06:05 -0300 |
commit | 196584f7064709c2c585b9a7238c0e7607c2b6ef (patch) | |
tree | 77a6f2d04ae8b9fb147a85617759865a857a56fd | |
parent | 4bc9ced80066e0abe44781e66262267ccd65512e (diff) | |
download | serverdata-196584f7064709c2c585b9a7238c0e7607c2b6ef.tar.gz serverdata-196584f7064709c2c585b9a7238c0e7607c2b6ef.tar.bz2 serverdata-196584f7064709c2c585b9a7238c0e7607c2b6ef.tar.xz serverdata-196584f7064709c2c585b9a7238c0e7607c2b6ef.zip |
Some people don't read signs. That's... alright, I guess.
-rw-r--r-- | npc/001-7/homunculus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-7/homunculus.txt b/npc/001-7/homunculus.txt index 5a34e0fdb..11df6ab80 100644 --- a/npc/001-7/homunculus.txt +++ b/npc/001-7/homunculus.txt @@ -69,7 +69,7 @@ OnTouch: mesc l("Even after breaking the first layer, a second layer keeps active. The first layer gets back to work shortly after. What have I missed or forgotten to do?"), 1; close; } else { - if (.@q != 511) + if (.@q != 511 && .@q != 509) Exception("Invalid quest state: "+.@q, RB_DEFAULT|RB_SPEECH|RB_ISFATAL); mesc l("Are you sure you want to proceed? You CANNOT COME BACK!"), 1; if (TUTORIAL) |