Merge pull request #2895 from ARGAMX/general-diagnostic-finishAction-crash-fix

[RDY] General diagnostic. finishAction crash fix
This commit is contained in:
Stephen E. Baker
2025-06-09 12:36:39 -04:00
committed by GitHub

View File

@@ -84,7 +84,7 @@ function GeneralDiagRoom:commandEnteringPatient(patient)
local after_use_trolley = --[[persistable:general_diag_trolley_after_use]] function()
-- Release doctor after procedure and finish his IdleAction() near trolley
staff:setNextAction(MeanderAction())
staff:queueAction(MeanderAction())
staff:finishAction(staff_idle)
end