Commit fb9c7c3f authored by Nemo Ma's avatar Nemo Ma

fix typo

parent 425bea40
...@@ -12,6 +12,14 @@ $event_bgm = Array ...@@ -12,6 +12,14 @@ $event_bgm = Array
( (
'test' => Array('event'), 'test' => Array('event'),
'wth18' => Array('wth18'), 'wth18' => Array('wth18'),
'crimsontracks' => Array('crimsontracks'),
'azuretracks' => Array('azuretracks'),
'altazuretracks' => Array('altazuretracks'),
'lilatracks' => Array('lilatracks'),
'rimefiretracks' => Array('rimefiretracks'),
'fleurtracks' => Array('fleurtracks'),
'christracks' => Array('christtracks'),
'altchristracks' => Array('altchristracks'),
); );
# 会播放BGM的地图(优先级高——会覆盖默认曲集) # 会播放BGM的地图(优先级高——会覆盖默认曲集)
......
...@@ -2358,7 +2358,7 @@ function itemuse($itmn,&$data=NULL) { ...@@ -2358,7 +2358,7 @@ function itemuse($itmn,&$data=NULL) {
if ($clbpara['BGMBrand'] == 'rimefire'){ if ($clbpara['BGMBrand'] == 'rimefire'){
$check = diceroll(20); $check = diceroll(20);
if ($check > 17){ if ($check > 17){
$log .= "<span class=\"orange\">你突然脑海中浮现了一位青年彻夜优化装甲的英姿,<br>手上的针线打得更快了!<br></span>"; $log .= "<span class=\"orange\">你突然脑海中浮现了一位青年彻夜优化装甲的英姿,<br>手上的针线打得更快了!<br></span>";
$arbe += $check; $arbe += $check;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment