v0.3.0: reworked Lloyd's beacon, now an artifact
This commit is contained in:
@@ -274,7 +274,7 @@ public class Artifact extends KindofMisc {
|
||||
@Override
|
||||
public void restoreFromBundle( Bundle bundle ) {
|
||||
super.restoreFromBundle(bundle);
|
||||
image = bundle.getInt( IMAGE );
|
||||
if (bundle.contains( IMAGE )) image = bundle.getInt( IMAGE );
|
||||
exp = bundle.getInt( EXP );
|
||||
charge = bundle.getInt( CHARGE );
|
||||
partialCharge = bundle.getFloat( PARTIALCHARGE );
|
||||
|
||||
Reference in New Issue
Block a user