Skip to content

Commit 61a8f17

Browse files
removed wake from rest
unnecessary as resting units awake in a matter of ticks upon being healed
1 parent f4aff0a commit 61a8f17

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

full-heal.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,10 +181,5 @@ if unit then
181181
--print("Clearing historical wounds...")
182182
histFig.info.wounds = nil
183183
end
184-
185-
if unit.job.current_job and unit.job.current_job.job_type == df.job_type.Rest then
186-
--print("Wake from rest...")
187-
unit.job.current_job = nil
188-
end
189184
end
190185

0 commit comments

Comments
 (0)