|
|
|
@ -28,7 +28,7 @@ public class PowerAction {
@@ -28,7 +28,7 @@ public class PowerAction {
|
|
|
|
|
|
|
|
|
|
// Additional variables after header go here.
|
|
|
|
|
|
|
|
|
|
public ArrayList<Integer> bodyparts = new ArrayList<>(); |
|
|
|
|
public ArrayList<Integer> bodyParts = new ArrayList<>(); |
|
|
|
|
public ArrayList<Integer> femaleBodyParts = new ArrayList<>(); |
|
|
|
|
public boolean shouldShowWeapons = false; |
|
|
|
|
public boolean shouldShowArmor = false; |
|
|
|
|