diff options
Diffstat (limited to 'npc/042-10/ctrl.txt')
-rw-r--r-- | npc/042-10/ctrl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/042-10/ctrl.txt b/npc/042-10/ctrl.txt index d257c3e16..fd99e6427 100644 --- a/npc/042-10/ctrl.txt +++ b/npc/042-10/ctrl.txt @@ -311,7 +311,7 @@ OnTimer60000: .@g=0; } - // Estimate + // Estimate .@pc=$KAMELOT_PC[.@g]+1; .@pow=rand2(.@pc); @@ -394,7 +394,7 @@ OnTimer60000: .@g=0; } - // Estimate + // Estimate .@pc=$KAMELOT_PC[.@g]+1; .@pow=rand2(.@pc); |