diff options
-rw-r--r-- | npc/020-7-1/janitors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-7-1/janitors.txt b/npc/020-7-1/janitors.txt index 8b2583480..02dc3b5c6 100644 --- a/npc/020-7-1/janitors.txt +++ b/npc/020-7-1/janitors.txt @@ -14,7 +14,7 @@ 020-7-1,50,63,6 script Pyry NPC_BLUESAGEWORKER_MB,{ npctalk3 l("I warn about dangers and controls the fights."); function askQuestion; - mesc l("ERROR TODO"); + mesc l("ERROR TODO blame Jesusalva"), 1; askQuestion(); close; |