修复圣骑士堵路问题
This commit is contained in:
parent
bb72f6068e
commit
25a7216ead
@ -36,7 +36,7 @@ main.floors.YS5=
|
|||||||
"\t[莫析辉,hero]\b[hero]一定叫你。",
|
"\t[莫析辉,hero]\b[hero]一定叫你。",
|
||||||
{
|
{
|
||||||
"type": "if",
|
"type": "if",
|
||||||
"condition": "(flag:shengqishi===1)",
|
"condition": "(flag:shengqishi>1)",
|
||||||
"true": [
|
"true": [
|
||||||
"\t[长倾,N506]${core.status.hero.flags.shengqishi_name.substring(1)}哥哥,你有空来精灵族玩啊!",
|
"\t[长倾,N506]${core.status.hero.flags.shengqishi_name.substring(1)}哥哥,你有空来精灵族玩啊!",
|
||||||
"\t[${flag:shengqishi_name},N472]嗯。"
|
"\t[${flag:shengqishi_name},N472]嗯。"
|
||||||
|
@ -16,7 +16,7 @@ main.floors.YS9=
|
|||||||
"firstArrive": [
|
"firstArrive": [
|
||||||
{
|
{
|
||||||
"type": "if",
|
"type": "if",
|
||||||
"condition": "(flag:shengqishi===1)",
|
"condition": "(flag:shengqishi>1)",
|
||||||
"true": [
|
"true": [
|
||||||
{
|
{
|
||||||
"type": "setBlock",
|
"type": "setBlock",
|
||||||
|
Loading…
Reference in New Issue
Block a user