From cbbfa4210d0c9c51e053045859ebba7869361668 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Hamelin?= Date: Thu, 26 Mar 2015 17:16:35 -0400 Subject: [PATCH] Included Guardians of the Galaxy and Fear Itself expansions --- src/net/threedoubloons/legendaryrandomiser/data/Sets.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/net/threedoubloons/legendaryrandomiser/data/Sets.java b/src/net/threedoubloons/legendaryrandomiser/data/Sets.java index e053520..3fc9817 100644 --- a/src/net/threedoubloons/legendaryrandomiser/data/Sets.java +++ b/src/net/threedoubloons/legendaryrandomiser/data/Sets.java @@ -9,6 +9,8 @@ public enum Sets { DarkCity(R.drawable.exp_darkcity, R.string.set_darkcity), FantasticFour(R.drawable.exp_ffour, R.string.set_ffour), PaintRed(R.drawable.exp_paint_red, R.string.set_paint_red), + GuardiansGalaxy(R.drawable.exp_guardians_galaxy, R.string.set_guardians_galaxy), + FearItself(R.drawable.exp_fear_itself, R.string.set_fear_itself), ; private final int symbol;