Maker & Storage fetch Wz + Buff system & PS / HM patch + Pet Evolution
Storage now fetches transaction fees from the WZ. Maker now pulls info about catalyzers from the WZ. Fixed the enhanced buff system disappearing with some statsup when using multiple-statups items. Fixed hired merchant now removing owner and visitors at expiration time. Fixed some concurrent issues with player shops and hired merchants. Fixed pet evolutions, now not only handing out not-expired pets but also refreshing the expire time as well. Added item replace behaviour on the item expire system.
This commit is contained in:
@@ -72,6 +72,12 @@ function end(mode, type, selection) {
|
||||
}
|
||||
|
||||
var closeness = pet.getCloseness();
|
||||
if(closeness < 1642) {
|
||||
qm.sendOk("It looks like your pet is not grown enough to be evolved yet. Train it a bit more, util it reaches #blevel 15#k.");
|
||||
qm.dispose();
|
||||
return;
|
||||
}
|
||||
|
||||
var level = pet.getLevel();
|
||||
var fullness = pet.getFullness();
|
||||
var name = pet.getName();
|
||||
|
||||
Reference in New Issue
Block a user