Replaced diceBag()->normal with diceBag()->pseudoBell, added a few fight fixes.

This commit is contained in:
Vassyli
2018-01-27 18:45:47 +01:00
parent 04a5b59ea2
commit ccbfa0553c
3 changed files with 4 additions and 3 deletions
+1
View File
@@ -33,6 +33,7 @@ class BattleTest extends CoreModelTestCase
public function getMockGame(Character $character): Game
{
mt_srand(0);
$game = $this->getMockBuilder(Game::class)
->disableOriginalConstructor()
->getMock();