wethegreenpeople / IdleBusiness

A multiplayer idle game
3 stars 3 forks source link

Add limit to amount of max employees you can remove from another company via arson #18

Open wethegreenpeople opened 3 years ago

wethegreenpeople commented 3 years ago

You can currently remove a company's max employee amount via the arson/espionage action. There's no limit on this action so you can end up causing a business to have a negative amount of employee space. This definitely needs to be adjusted because trying to recover from having -600 MaxEmployee late game might be too tedious.

I think the best strategy here would be to add a floor to the amount of max employees you can ever have. Probably 10, since that's how many you start with.

It still might be a little harder to recover from, but not impossible.