4 lines
141 B
JavaScript
4 lines
141 B
JavaScript
Game_Battler.prototype.chargeTpByDamage = function (damageRate) {
|
|
var value = Math.floor(0 * 0 * this.tcr);
|
|
this.gainSilentTp(value);
|
|
};
|