Loading

Paste #pcbxday6r

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

Comments