From 7f0e88867b116417a912d87f427deff9c33865ab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 10 Sep 2019 14:09:13 -0300 Subject: Before I forget this --- npc/craft/options.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'npc/craft') diff --git a/npc/craft/options.txt b/npc/craft/options.txt index 0466d20b9..6a576f4f3 100644 --- a/npc/craft/options.txt +++ b/npc/craft/options.txt @@ -53,6 +53,9 @@ function script csys_Generate { array_push(@csys_attr, VAR_VITAMOUNT); } + if (rand2(100) < .@lv) + array_push(@csys_attr, CLASS_DAMAGE_BOSS_TARGET); + // Update averages .@avg+=.@lvl; .@stk+=1; -- cgit v1.2.3-70-g09d2