update action attributes

This commit is contained in:
openlegends 2024-03-15 17:00:00 +02:00
parent 4adff3ce11
commit f41b5045a2
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\Card $target
\OpenLegends\Engine\Abstract\Action\Card $action
) {
$this->attack(
$target

View File

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

View File

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