diff options
Diffstat (limited to 'npc/003-0-1/colin.txt')
-rw-r--r-- | npc/003-0-1/colin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-0-1/colin.txt b/npc/003-0-1/colin.txt index 5918b360a..8bac9f960 100644 --- a/npc/003-0-1/colin.txt +++ b/npc/003-0-1/colin.txt @@ -12,6 +12,7 @@ mesq l("I am the Wizard Mages master."); if (!MAGIC_LVL) goto L_NoMagic; if (getskilllv(MAGIC_WARRIOR) && !is_admin()) close; + // will grant MG_FIREBALL probably, or MG_THUNDERSTORM, or we will figure something out. close; L_NoMagic: |