TL Slave Mode

This commit is contained in:
onms 2026-01-23 01:12:15 -06:00
parent debb83613f
commit fc9a9bef70

View file

@ -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 () {