mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 04:54:15 +00:00
add new setters
This commit is contained in:
parent
d8ec77800c
commit
c52eabc580
@ -43,6 +43,14 @@ class Goblin extends \OpenLegends\Engine\Abstract\Card
|
||||
$this->setExtract(
|
||||
3
|
||||
);
|
||||
|
||||
$this->setGuard(
|
||||
true
|
||||
);
|
||||
|
||||
$this->setSilent(
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
public function act(
|
||||
|
@ -43,6 +43,14 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
|
||||
$this->setExtract(
|
||||
1
|
||||
);
|
||||
|
||||
$this->setGuard(
|
||||
false
|
||||
);
|
||||
|
||||
$this->setSilent(
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
public function act(
|
||||
|
@ -43,6 +43,14 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
|
||||
$this->setExtract(
|
||||
2
|
||||
);
|
||||
|
||||
$this->setGuard(
|
||||
false
|
||||
);
|
||||
|
||||
$this->setSilent(
|
||||
false
|
||||
);
|
||||
}
|
||||
|
||||
public function act(
|
||||
|
Loading…
x
Reference in New Issue
Block a user