riperiperi / FreeSO

Re-implementation of The Sims Online.
http://freeso.org
Mozilla Public License 2.0
817 stars 95 forks source link

RackEOD: Bug fixes #177

Closed TheArchitectFreeSO closed 4 years ago

TheArchitectFreeSO commented 4 years ago

Rather than creating a new .cst entry for the "You cannot buy the same outfit twice" case, I just repeated the "You have no more room in your backpack" message.

TheArchitectFreeSO commented 4 years ago

error msg

riperiperi commented 4 years ago

This is definitely an improvement. There's still a chance for a race... ...ok maybe never - you'd have to obtain clothes from two places at the same time and that is not very probable.

The way to deal with the race condition, if it were important, would be to catch when the outfit fails to add and refund the money. But this is definitely 99.99% of the way there and I'm all for that.