diff options
Diffstat (limited to 'npc/craft/options.txt')
-rw-r--r-- | npc/craft/options.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 6a576f4f3..2b2f40ff8 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -53,7 +53,7 @@ function script csys_Generate { array_push(@csys_attr, VAR_VITAMOUNT); } - if (rand2(100) < .@lv) + if (rand2(60) < .@lv) array_push(@csys_attr, CLASS_DAMAGE_BOSS_TARGET); // Update averages @@ -832,6 +832,7 @@ function script csysGUI_OptLearnMenu { } + // csysGUI_RaiseOpt( cr ) // Returns true if can raise group, false otherwise // You can't raise if max level (200) is exceeded |