Fix initial select fighting npc

This commit is contained in:
RedSparr0w
2019-10-21 12:54:15 +13:00
parent 9630ff230b
commit 724e425f91
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ public class Variables {
public static String mining_method = "Bank";
// Fighting
public static FightingNpcs fighting_npc_selected = FightingNpcs.MAN_WOMAN;
public static FightingNpcs fighting_npc_selected = FightingNpcs.CHICKEN;
public static boolean fighting_bury_bones = true;
public static int[] fighting_item_ids = new int[]{};