v0.7.0: fixed incorrect sample output in toolkit recipe
This commit is contained in:
parent
abc60c6465
commit
1a125103dd
|
@ -235,6 +235,7 @@ public class AlchemistsToolkit extends Artifact {
|
|||
|
||||
sample.charge = existing.charge;
|
||||
sample.partialCharge = existing.partialCharge;
|
||||
sample.exp = existing.exp;
|
||||
sample.level(existing.level());
|
||||
sample.absorbEnergy(AlchemyScene.availableEnergy());
|
||||
return sample;
|
||||
|
|
Loading…
Reference in New Issue
Block a user