Fix virgin/first partner check
This commit is contained in:
parent
dd8dbe4ac1
commit
b87df857aa
1 changed files with 10 additions and 10 deletions
|
|
@ -11030,7 +11030,7 @@
|
|||
"code": 655,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
" if($gameVariables.value(300 + num2)[50] == '処女'){"
|
||||
" if($gameVariables.value(300 + num2)[50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -11317,7 +11317,7 @@
|
|||
"code": 655,
|
||||
"indent": 1,
|
||||
"parameters": [
|
||||
"if($gameVariables.value(300 + num2)[50] == '処女'){"
|
||||
"if($gameVariables.value(300 + num2)[50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -32807,7 +32807,7 @@
|
|||
"code": 655,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -33815,7 +33815,7 @@
|
|||
"code": 655,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -34900,7 +34900,7 @@
|
|||
"code": 655,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -36937,7 +36937,7 @@
|
|||
"code": 655,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -38911,7 +38911,7 @@
|
|||
"code": 655,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -40297,7 +40297,7 @@
|
|||
"code": 655,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -42357,7 +42357,7 @@
|
|||
"code": 655,
|
||||
"indent": 2,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -81086,7 +81086,7 @@
|
|||
"code": 655,
|
||||
"indent": 0,
|
||||
"parameters": [
|
||||
"if($gameVariables._data[num1][50] == '処女'){"
|
||||
"if($gameVariables._data[num1][50] == 'Virgin'){"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue