summaryrefslogtreecommitdiff
path: root/npc/craft/options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/craft/options.txt')
-rw-r--r--npc/craft/options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/craft/options.txt b/npc/craft/options.txt
index d141429ba..a6770c45f 100644
--- a/npc/craft/options.txt
+++ b/npc/craft/options.txt
@@ -573,6 +573,7 @@ function script csys_Apply {
// Apply a malus using array_pop (it was shuffled so we're fine)
.@vartp=array_pop(@csys_penalty);
.@malus=csys_BonusCalc(.@lv, .@lv2, .@vartp);
+ .@malus=.@malus*70/100;
setitemoptionbyindex(.@id, .@slot, .@vartp, -(.@malus));
.@slot+=1;