diff --git a/sigIRCv2.jar b/sigIRCv2.jar index 3f60e23..fc7cb80 100644 Binary files a/sigIRCv2.jar and b/sigIRCv2.jar differ diff --git a/src/sig/modules/BandoriModule.java b/src/sig/modules/BandoriModule.java index a378afe..c6fab14 100644 --- a/src/sig/modules/BandoriModule.java +++ b/src/sig/modules/BandoriModule.java @@ -20,7 +20,7 @@ import sig.utils.SoundUtils; public class BandoriModule extends Module{ public static BandoriModule bandori_module; - public BufferedImage stamp_collection1,stamp_collection2,stamp_what_a_great_idea; + public BufferedImage stamp_collection1,stamp_collection2; public static HashMap image_map = new HashMap(); public static HashMap> stamp_map = new HashMap>(); static List active_stamps = new ArrayList(); @@ -40,7 +40,6 @@ public class BandoriModule extends Module{ try { stamp_collection1 = ImageIO.read(new File(sigIRC.BASEDIR+"sigIRC/stamps1.png")); stamp_collection2 = ImageIO.read(new File(sigIRC.BASEDIR+"sigIRC/stamps2.png")); - stamp_what_a_great_idea = ImageIO.read(new File(sigIRC.BASEDIR+"sigIRC/stamp_what_a_great_idea.png")); } catch (IOException e) { e.printStackTrace(); } @@ -90,7 +89,7 @@ public class BandoriModule extends Module{ image_map.put("kaoru_takemyhand", new ImageScheme(stamp_collection2,20)); image_map.put("kokoro_letsmaketheworldsmile", new ImageScheme(stamp_collection2,21)); image_map.put("hina_nowwereboppin", new ImageScheme(stamp_collection2,22)); - image_map.put("kokoro_what_a_great_idea", new ImageScheme(stamp_what_a_great_idea,0)); + image_map.put("kokoro_what_a_great_idea", new ImageScheme(stamp_collection2,23)); stamp_map.put("kasumi_gogo",Arrays.asList("gogo")); stamp_map.put("tae_letsplay",Arrays.asList("playtogether","wanttoplay","multilive","letsplay"));