1
0
Fork 0
mirror of https://github.com/correl/mage.git synced 2025-03-30 17:00:10 -09:00

Added Peregrine Drake to the Pauper banlist.

This commit is contained in:
fireshoes 2016-11-03 10:19:22 -05:00
parent 7741981533
commit a5cb9ff037

View file

@ -36,6 +36,7 @@ public class Pauper extends Constructed {
banned.add("Frantic Search");
banned.add("Grapeshot");
banned.add("Invigorate");
banned.add("Peregrine Drake");
banned.add("Temporal Fissure");
banned.add("Treasure Cruise");
}