Moved the rest of FMP to Init.

Updated FZ Package Name.
Repairable = false;
This commit is contained in:
AlgorithmX2
2014-02-04 21:17:35 -06:00
parent f8e6a426ce
commit a165d533b6
3 changed files with 28 additions and 19 deletions
+1
View File
@@ -35,6 +35,7 @@ public class AEBaseItem extends Item implements IAEFeature
public AEBaseItem(Class c) {
this( c, null );
canRepair = false;
}
public AEBaseItem(Class c, String subname) {