Fix: move burn black meat to the trash can
This commit is contained in:
@@ -214,6 +214,9 @@ MeatBase.prototype.hide = function() {
|
||||
this.stopCook();
|
||||
}
|
||||
|
||||
MeatBase.prototype.isActivate = function() {
|
||||
return this.isActivated;
|
||||
}
|
||||
|
||||
|
||||
MeatBase.prototype.startCook = function() {
|
||||
@@ -347,5 +350,5 @@ MeatBase.DONENESS_WELLDONE = 1;
|
||||
MeatBase.DONENESS_BURN_BLACK = 2;
|
||||
MeatBase.DONENESS_NONE = 3;
|
||||
|
||||
MeatBase.COOK_TIME_WELLDONE = 20;
|
||||
MeatBase.COOK_TIME_BURN = 40;
|
||||
MeatBase.COOK_TIME_WELLDONE = 200;
|
||||
MeatBase.COOK_TIME_BURN = 400;
|
||||
Reference in New Issue
Block a user