Allows the player to purchase an extra day via the terminal. This mod's uniqueness is that it tries to be more realistic with the game, as it is not trying to modify the main logic of the deadline. It tries to add functionality that will give you extends for the deadline but with some price on it.
When a player buys an extra day
Then an extra day should be added
And be visible to all players
And reset every cycle (after the company)
The issue is when a player buys an extra day, it keeps the number of days for the buyer player, although the rest of the players see 3 days before the deadline (when the new cycle).
When a player buys an extra day Then an extra day should be added And be visible to all players And reset every cycle (after the company)
The issue is when a player buys an extra day, it keeps the number of days for the buyer player, although the rest of the players see 3 days before the deadline (when the new cycle).