- "Wizard Staff" is no longer considered an artifact by the game, it's just a mere possession.

This commit is contained in:
marcins78@gmail.com
2011-10-27 09:45:54 +00:00
parent 6c225cee4d
commit b8e8be5cfc
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -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.