TL Slave Mode
This commit is contained in:
parent
debb83613f
commit
fc9a9bef70
1 changed files with 3 additions and 3 deletions
|
|
@ -109,11 +109,11 @@ Game_Interpreter.prototype.D_Menu_L0_View = function () {
|
|||
}
|
||||
Game_Interpreter.prototype._屈服度StrGet = function () {
|
||||
if($gameVariables.value(VN_奴隷_屈服度) < 50){
|
||||
return " 反抗 ";
|
||||
return " Resistance ";
|
||||
} else if($gameVariables.value(VN_奴隷_屈服度) < 100){
|
||||
return " 抑圧 ";
|
||||
return " Suppression ";
|
||||
} else {
|
||||
return " 隷属 ";
|
||||
return " Servitude ";
|
||||
}
|
||||
}
|
||||
Game_Interpreter.prototype._開発度StrGet = function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue