MAS-Submod-Auto-Outfit-Change icon indicating copy to clipboard operation
MAS-Submod-Auto-Outfit-Change copied to clipboard

In winter, Monika never changes clothes if she doesn't own a sweater

Open ibm2431 opened this issue 4 years ago • 1 comments

During winter, Monika will never change clothes at the start of a day if she doesn't own any sweaters. The "should change" conditional in do_clothes_logic will always fail because shouldChangeClothes will always return false. getClothesExpropForTemperature wants sweater (either through temperature or the no-AAC default), but doesn't fall back to home if none are unlocked, so the hasUnlockedClothesOfExprop call in shouldChangeClothes fails.

Feel free to close if this is intended!

ibm2431 avatar Dec 18 '21 11:12 ibm2431

Makes sense now that it happened to me lol

Hitazaki avatar Feb 28 '22 17:02 Hitazaki