- "Wizard Staff" is no longer considered an artifact by the game, it's just a mere possession.
This commit is contained in:
@@ -28,7 +28,7 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public class Card2_029 extends AbstractAttachableFPPossession {
|
public class Card2_029 extends AbstractAttachableFPPossession {
|
||||||
public Card2_029() {
|
public Card2_029() {
|
||||||
super(2, 1, 0, Culture.GANDALF, CardType.ARTIFACT, PossessionClass.STAFF, "Wizard Staff", false);
|
super(2, 1, 0, Culture.GANDALF, PossessionClass.STAFF, "Wizard Staff", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>27 Oct. 2011</b>
|
||||||
|
- "Wizard Staff" is no longer considered an artifact by the game, it's just a mere possession.
|
||||||
|
|
||||||
<b>26 Oct. 2011</b>
|
<b>26 Oct. 2011</b>
|
||||||
- Added card overlay to active characters showing their current strength.
|
- Added card overlay to active characters showing their current strength.
|
||||||
- Archery totals and move count/limit added to UI.
|
- Archery totals and move count/limit added to UI.
|
||||||
|
|||||||
Reference in New Issue
Block a user