diff --git a/src/Test/Card/Goblin.php b/src/Test/Card/Goblin.php index 4d657cb..bbc255d 100644 --- a/src/Test/Card/Goblin.php +++ b/src/Test/Card/Goblin.php @@ -8,7 +8,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card { public function __construct() { - $this->setTitle( + $this->setName( _('Goblin') ); diff --git a/src/Test/Card/Mouse.php b/src/Test/Card/Mouse.php index c696190..4fc758a 100644 --- a/src/Test/Card/Mouse.php +++ b/src/Test/Card/Mouse.php @@ -8,7 +8,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card { public function __construct() { - $this->setTitle( + $this->setName( _('Mouse') ); diff --git a/src/Test/Card/Rat.php b/src/Test/Card/Rat.php index f62e502..ff44d84 100644 --- a/src/Test/Card/Rat.php +++ b/src/Test/Card/Rat.php @@ -24,7 +24,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card new \OpenLegends\Asset\Test\Card\Ability\Damage() ); - $this->setTitle( + $this->setName( _('Rat') );