Commit f307828d authored by Nemo Ma's avatar Nemo Ma Committed by GitHub

Merge pull request #175 from winddramon/nachster

change_subwep display fix
parents fde5907e c9ab6064
......@@ -74,6 +74,7 @@ web.config
*.psd
*.xlsx
*.bak
# composer
vendor
......
......@@ -1496,7 +1496,8 @@ function change_subwep($s=2,&$data=NULL)
$sweplog .="拿出了<span class='yellow'>{$wep}</span>";
}
$log .= $sweplog."。<br>";
if(!$sweplog) $log .= '你左手交叠右手,大喝一声:“我特殊召唤两个拳头!”<br>';
else $log .= $sweplog."。<br>";
return;
}
......
This diff is collapsed.
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