Ejemplo n.º 1
0
 static void Postfix(Skill_ClothingRepair __instance, ref float __result)
 {
     if (NomadGlobals.NomadActive)
     {
         __result *= NomadGlobals.ClothingRepairMultiplier;
     }
 }
 static void Postfix(Skill_ClothingRepair __instance, ref float __result)
 {
     __result *= 0.5f;
 }