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 the player enters the ship terminal
And player types buyday command
And player in the ConfirmationInteraction
And exit the ship terminal
And the player enters the terminal again
And the player types anything
Then terminal should work as expected
When the player enters the ship terminal And player types
buyday
command And player in the ConfirmationInteraction And exit the ship terminal And the player enters the terminal again And the player types anything Then terminal should work as expectedActual result: Player sees 'Cancelled order'
This PR fix this