634- -- Note: to avoid empty action queue error if the player spam clicks a patient at the same time as the day changes 635- -- there is now an inbetween "neutal" stage. 636: if self.has_fallen == 3 then 637: self.has_fallen = 1 638: elseif self.has_fallen == 2 then 639: self.has_fallen = 3 640- end