restore actions

This commit is contained in:
openlegends 2024-03-15 17:09:30 +02:00
parent f41b5045a2
commit 6d7a2a04df
3 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
}
public function act(
\OpenLegends\Engine\Abstract\Action\Card $action
\OpenLegends\Engine\Abstract\Card $target
) {
$this->attack(
$target

View File

@ -54,7 +54,7 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
}
public function act(
\OpenLegends\Engine\Abstract\Action\Card $action
\OpenLegends\Engine\Abstract\Card $target
) {
$this->attack(
$target

View File

@ -54,7 +54,7 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
}
public function act(
\OpenLegends\Engine\Abstract\Action\Card $action
\OpenLegends\Engine\Abstract\Card $target
) {
$this->attack(
$target