Add additional reverse engineer chance
This commit is contained in:
@@ -114,6 +114,7 @@ namespace CykaOfIndustry {
|
||||
Actor.ID, Item.ID, Type, BaseRating, Bonus, SecondaryBonus, Interrupt, PsychometryApplied,
|
||||
Interruptable, ForSifrah, __result);
|
||||
__result = (int)(__result * Main.reverseEngineerChanceMultiplier.Value);
|
||||
__result += Main.reverseEngineerChanceAdditional.Value;
|
||||
if (__result > 100)
|
||||
__result = 100;
|
||||
if (Main.debugMode.Value)
|
||||
|
||||
Reference in New Issue
Block a user