diff options
Diffstat (limited to 'npc/042-0/arthur.txt')
-rw-r--r-- | npc/042-0/arthur.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 96217e4ec..28f5bbcbb 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -94,7 +94,8 @@ L_Quest: select l("Normal"), l("Easy"), - l("Hard"); + l("Hard"), + l("Crazy"); mes ""; switch (@menu) { case 2: // Easy @@ -107,6 +108,11 @@ L_Quest: $KAMELOT_PC[.@g]=max(1, $KAMELOT_PC[.@g]*12/10)+1; mapannounce(getmap(), "Kamelot Difficulty set to: Hard.", bc_map); break; + case 4: // Crazy(fefe) + $KAMELOT_MX[.@g]+=30; + $KAMELOT_PC[.@g]=max(1, $KAMELOT_PC[.@g]*15/10)+3; + mapannounce(getmap(), "Kamelot Difficulty set to: Crazy.", bc_map); + break; } close; |