全ての報告
ディアブロ(Diablo)の報告
#73073: "Time not being added after turns"
implemented: この提案は実行されました
1
どういった内容ですか?
どうしましたか?以下から選んでください
提案:次項がゲームを大きく改善すると思われる
詳細
• 何を意味するのか、簡単に理解できるようにあなたの提案を正確かつ簡潔に説明してください。
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.• あなたのブラウザは何ですか?
Safari v15.6
報告履歴
2022年10月 2日 20:21 •
MarkSteere • この提案は実行されました:
2022年10月 3日 1:49 •
2022年10月 3日 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.
報告に書き加える
このバグを再現するため、またはあなたの提案を理解するために、ここに関連性があると思われるものを追加してください:
- 他のテーブルID/行動ID
- F5キー(ページの再読込)で問題は解決されましたか?
- 問題は何回も起こりましたか?毎回 起こりますか?ランダムに起きますか?
- もしこのバグのスクリーンショットがあれば(素晴らしい!)、Imgur.com等を使ってアップロードし、リンクをコピー&ペーストしてください。