Chore: fixed config for umbrella

This commit is contained in:
ZioPao
2025-04-12 15:16:02 +02:00
parent 67f51ca845
commit f728520f9e
3 changed files with 18 additions and 6 deletions

View File

@@ -33,7 +33,7 @@ function CleanWoundAction:new(doctor, otherPlayer, bandage, bodyPart)
if doctor:isTimedActionInstant() then
o.maxTime = 1
end
if doctor:getAccessLevel() ~= "None" then
if doctor:getAccessLevel() ~= "None" then -- TODO Fix for B42
o.doctorLevel = 10
end
return o