outfrost / ld49

Coffee Crisis - a Ludum Dare 49 game
https://ldjam.com/events/ludum-dare/49/coffee-crisis
0 stars 0 forks source link

Clicking on empty serving tray calls customer #48

Closed outfrost closed 3 years ago

outfrost commented 3 years ago

When there's nothing on the tray, a misclick on the tray shouldn't make a customer come pick up void. Make sure there is something on the tray before executing the action.

666Savior commented 3 years ago

Added a check for child count to be >0 before allowing customer to be called