Tomash667 / carpg

Combination of action rpg with roguelike.
https://carpg.pl
MIT License
16 stars 15 forks source link

Inventory Carry Capacity Logic Error #406

Closed Lemiczek closed 4 years ago

Lemiczek commented 4 years ago

When you reach the exact carry limit the red text turns back to black but the overburdened status effect still applies.

for example:

Carry: 75/75 kg <-- black text but still overburdened
Carry: 75.1/75 kg <-- red text overburdened
Tomash667 commented 4 years ago

Thanks, will be fixed in 0.14 which hopefully will be release soon.

Now overloads happens after exceeding carry capacity (75.1).