foul-magics/Mage/src/main/java/mage/game/draft
vraskulin 0557b5e89c list.size > 0 changed to !list.isEmpty
We care about if it's empty or not, not about it's size
2017-02-06 14:32:51 +03:00
..
BoosterDraft.java Restructured Mage module 2015-11-29 21:56:49 +01:00
Draft.java Restructured Mage module 2015-11-29 21:56:49 +01:00
DraftCube.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
DraftImpl.java refactor : removed all instances of new Random() and replaced with RandomUtil for a ThreadLocal randomizer 2016-09-05 15:03:47 +02:00
DraftOptions.java Restructured Mage module 2015-11-29 21:56:49 +01:00
DraftPlayer.java Fixed some possible null pointer exceptions. 2016-06-18 12:56:25 +02:00
RandomBoosterDraft.java list.size > 0 changed to !list.isEmpty 2017-02-06 14:32:51 +03:00
RichManBoosterDraft.java spjspj - Update Rich Man draft to allow Random packs 2016-05-15 23:52:13 +10:00
RichManCubeBoosterDraft.java spjspj - Add Rich Man Cube draft. This is a variation on the Rich Man set draft. It still (like cube) shouldn't let there be more than one copy of a card in the draft but will give each player a new pack from the cards that haven't been picked already each time. Allows 2 player cube drafts to be playable. 2016-06-26 12:54:59 +10:00