Libido to Lewdness for consistency
This commit is contained in:
parent
31f419a1af
commit
debb83613f
1 changed files with 4 additions and 4 deletions
|
|
@ -319,7 +319,7 @@ Game_Interpreter.prototype.Adv_SelDataView = function (_WorkData, _訓練Flg) {
|
|||
if (!CheckWork8()) {
|
||||
this.SetPicStr(PN_tJhTxt + 0, SCol.Blk0 + _仕事名, 25, 380, 524);
|
||||
this.SetPicStr(PN_tJhTxt + 2, SCol.Blk0 +
|
||||
"Unlock: Worked as Tout & Libido 25+", 25, 380, 564);
|
||||
"Unlock: Worked as Tout & Lewdness 25+", 25, 380, 564);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
|
@ -327,7 +327,7 @@ Game_Interpreter.prototype.Adv_SelDataView = function (_WorkData, _訓練Flg) {
|
|||
if (!CheckWork9()) {
|
||||
this.SetPicStr(PN_tJhTxt + 0, SCol.Blk0 + _仕事名, 25, 380, 524);
|
||||
this.SetPicStr(PN_tJhTxt + 2, SCol.Blk0 +
|
||||
"Unlock: Worked as Hostess & Libido 50+", 25, 380, 564);
|
||||
"Unlock: Worked as Hostess & Lewdness 50+", 25, 380, 564);
|
||||
return;
|
||||
}
|
||||
break;
|
||||
|
|
@ -382,7 +382,7 @@ let _GetStTxt = function (_CkSt, _変化値) {
|
|||
case _St.健康:
|
||||
return "HP" + _CngIco;
|
||||
case _St.淫乱度:
|
||||
return "Libido" + _CngIco;
|
||||
return "Lewdness" + _CngIco;
|
||||
case _St.体力:
|
||||
return "Stamina" + _CngIco;
|
||||
case _St.攻撃:
|
||||
|
|
@ -1125,7 +1125,7 @@ Game_Interpreter.prototype.Adv_L2_WorkingUpdate = function (_訓練Flg) {
|
|||
let _VN_No = -1;
|
||||
switch (_SelSt) {
|
||||
case _St.淫乱度:
|
||||
_SetTxt = "Libido ";
|
||||
_SetTxt = "Lewdness ";
|
||||
_VN_No = VN_PLInran;
|
||||
break;
|
||||
case _St.体力:
|
||||
|
|
|
|||
Loading…
Reference in a new issue