I "fixed" the other parts bleeding accidentally

This commit is contained in:
Pao
2023-01-21 18:03:36 +01:00
parent 2937fe67df
commit 318c34bb9b
2 changed files with 20 additions and 14 deletions

View File

@@ -38,11 +38,11 @@ function ISBaseTimedAction:adjustMaxTime(maxTime)
if part_data[part_name].is_cut then
if part_data[part_name].is_prosthesis_equipped then
modified_max_time = modified_max_time * part_data[part_name].equipped_prosthesis.prosthesis_factor
modified_max_time = modified_max_time * part_data[part_name].equipped_prosthesis.prosthesis_factor
else
modified_max_time = modified_max_time * 2 -- TODO make this lower
modified_max_time = modified_max_time * 1.5 -- TODO make this lower
end
if part_data[part_name].is_cauterized then
modified_max_time = modified_max_time * burn_factor