From cc1094512ad4d395f46022e32822ad4f84bd7058 Mon Sep 17 00:00:00 2001 From: ericnerdo Date: Fri, 13 May 2016 15:28:41 +0200 Subject: [PATCH] Replicator fixed. Fucking Granny... --- cicaprojekt/PlayerBaseDrawer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicaprojekt/PlayerBaseDrawer.java b/cicaprojekt/PlayerBaseDrawer.java index aedd4f1..190ffb9 100644 --- a/cicaprojekt/PlayerBaseDrawer.java +++ b/cicaprojekt/PlayerBaseDrawer.java @@ -6,7 +6,7 @@ public class PlayerBaseDrawer extends AbstractDrawer implements Drawer { PlayerBase playerbase; public PlayerBaseDrawer(PlayerBase pb) throws IOException { - super("Replicator.png"); + super("Replicator_Down.png"); playerbase = pb; }