diff options
Diffstat (limited to 'npc/001-2/wizards.txt')
-rwxr-xr-x | npc/001-2/wizards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2/wizards.txt b/npc/001-2/wizards.txt index 754f1bf4..e69aab4a 100755 --- a/npc/001-2/wizards.txt +++ b/npc/001-2/wizards.txt @@ -2,7 +2,7 @@ - script Magic Council NPC32767,{ explode .@n, strnpcinfo(0), "#"; if (.@n[1] == 9) mes "The arch wizard seems to be busy."; - elif (.@n[1]) mes "The wizard seems to ignore you."; + else if (.@n[1]) mes "The wizard seems to ignore you."; else mes "Strangely, you feel nothing – as if its membrane is closed to you."; next; mes "Perhaps you should come back later."; |