I haven't seen the game code and I don't know how it works, but I have tested it in the game - when having a shirt, pants, formal vest, duster, and a hat, having 3 dyed items (3/5 = 60%) does not grant a +1 bonus, but 4/5 does. Also, in the description of the favorite color in pawn's bio, it says "having more than 60% of his/her apparel". I'm changing it back to "more than 60%".
Talk:Styling station
Jump to navigation
Jump to search
Reply to "60%"
That's really strange. I'm looking at the code and 3/5 clothes should give the bonus, yet it doesn't:
return (float)num / (float)p.apparel.WornApparelCount >= 0.6f;
No clue why it's like this.
There are no older topics