mirror of
https://github.com/openlegends/asset-php.git
synced 2025-02-08 13:04:22 +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(
|
$this->setExtract(
|
||||||
3
|
3
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->setGuard(
|
||||||
|
true
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->setSilent(
|
||||||
|
false
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function act(
|
public function act(
|
||||||
|
@ -43,6 +43,14 @@ class Mouse extends \OpenLegends\Engine\Abstract\Card
|
|||||||
$this->setExtract(
|
$this->setExtract(
|
||||||
1
|
1
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->setGuard(
|
||||||
|
false
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->setSilent(
|
||||||
|
false
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function act(
|
public function act(
|
||||||
|
@ -43,6 +43,14 @@ class Rat extends \OpenLegends\Engine\Abstract\Card
|
|||||||
$this->setExtract(
|
$this->setExtract(
|
||||||
2
|
2
|
||||||
);
|
);
|
||||||
|
|
||||||
|
$this->setGuard(
|
||||||
|
false
|
||||||
|
);
|
||||||
|
|
||||||
|
$this->setSilent(
|
||||||
|
false
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function act(
|
public function act(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user