All reports
diablo_displayed reports
#73073: "Time not being added after turns"
implemented: This suggestion has been implemented
1
What is this report about?
What happened ? Please select from below
Suggestion: in my opinion, the following would greatly improve the game implementation
Detailed description
• Please explain your suggestion precisely and concisely so that it's as easy as possible to understand what you mean.
I’ve only tested it for real time games, on normal and fast speed and it seems no time is being added when you make a move.
If I remember it’s usually at the start of your turn, but in any case time never seems to increase for either player.• What is your browser?
Safari v15.6
Report history
shinuito • This suggestion has not been analyzed by delopers yet:
2. Oct 2022 20:21 • It’s not specific to this mentioned table.
MarkSteere • This suggestion has been implemented:
3. Oct 2022 1:49 •
3. Oct 2022 14:48 • Ok, yes, I had neglected to include the giveExtraTime command before switching to the other player's turn.
self::giveExtraTime( $active_player_id );
$this->gamestate->nextState( 'nextTurn' );
Should be good now. Thanks for mentioning it.
self::giveExtraTime( $active_player_id );
$this->gamestate->nextState( 'nextTurn' );
Should be good now. Thanks for mentioning it.
Add something to this report
Please add here anything that seems relevant to reproduce this bug or understand your suggestion:
- Another table ID / move ID
- Did F5 solve the problem?
- Did the problem appears several time? Everytime? Randomly?
- If you have a screenshot of this bug (good practice), you can use Imgur.com to upload it and copy/paste the link here.