TOC_Update was broken since... I dunno
This commit is contained in:
@@ -215,7 +215,7 @@ function TheOnlyCure.UpdateEveryTenMinutes()
|
||||
|
||||
-- Updates the cicatrization timesssss
|
||||
for _, part_name in pairs(GetBodyParts()) do
|
||||
if toc_data[part_name].is_cut and toc_data[part_name].is_cicatrized then
|
||||
if toc_data[part_name].is_cut and not toc_data[part_name].is_cicatrized then
|
||||
toc_data[part_name].cicatrization_time = toc_data[part_name].cicatrization_time - 1 -- TODO Make it more "dynamic"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user