outfrost / ld49

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

will_stay_or_leave will always stay #69

Closed Kiskadee-dev closed 3 years ago

Kiskadee-dev commented 3 years ago

will_stay_or_leave = rand_range(100, 105) should be rand_range(0, 100)

Kiskadee-dev commented 3 years ago

Only makes sense if the customers emitted satisfied/enraged on the pickup bewerage stage