Artem Argus

Results 168 comments of Artem Argus

Can be closed because second issue moved to more specified ticket too #2738

> Is the first issue actually fixed by another PR? oops, indeed... I read "making ticket" as creating new one. Now I realised that this was just ticket renaming and...

> Machines Never Break I think that `Machines Never Break` cheat can be easily implemented this way: (we just need to add leave condition for 'machineUsed') ``` -- Do nothing...

Cured patient does not pay because pay money call `self.hospital:receiveMoneyForTreatment(patient)` is called from `Room:dealtWithPatient(patient)`. But `Room:dealtWithPatient(patient)` have a input check `if patient.going_home then return end` So if patient going_home `receiveMoneyForTreatment`...

So this is a consequence of handling the both onMouseDown and onMouseUp... Very interesting. But what's the point of handling onMouseDown actions in menu and windows? I almost never use...

> I think we need to start locking the cursor when a pickup is delayed. Even with #2666 I'm pretty sure this one can happen just as easily. yeap, 2666...

Related to #1073 by mugmuggy's reproduce method.

> @ARGAMX should this be closed as a duplicate or is there something that distinguishes it? Not yet. Let it open. In this issue I have understanding that grabbing surgeon...

`Three surgeons in the same room` #1162

Also room values "Visitors count" and "Max queue size" resets after room realign.