Bug - Fixed Visiting Cold Medicine Cabinet while it is on cooldown breaks tracking

c2t

Member
Simply visiting the workshed while it is locked from picking options sets _coldMedicineConsults to 5.

Code:
Preference _coldMedicineConsults changed from 2 to 3
Preference _nextColdMedicineConsult changed from 663688 to 663708
You acquire an item: Breathitin™
Preference _coldMedicineConsults changed from 3 to 5

The cooldown and how many uses are left are in plain text upon visiting the workshed though:

Code:
<p>You can visit the doctors again in 9 turns.<br>You have 2 consultations left today.</p>
 
Top