mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 22:12:03 -08:00
* Commander - Added commander multiplayer format. Fixed commander damage win condition to only counting combat damage. Added some info to tooltip text of commander.
This commit is contained in:
parent
ebb71b7dd7
commit
05cbd90fe2
16 changed files with 521 additions and 196 deletions
|
|
@ -69,6 +69,12 @@
|
|||
<version>${project.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>mage-game-commanderfreeforall</artifactId>
|
||||
<version>${project.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>mage-game-freeforall</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue