Skip to content

Commit

Permalink
放銃した際に捨て牌を赤く表示
Browse files Browse the repository at this point in the history
同時に追加シェルも更新
  • Loading branch information
nikolat committed Jan 4, 2022
1 parent 267a5fb commit fe53731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ghost/master/mahjong/util.azr
Original file line number Diff line number Diff line change
Expand Up @@ -2688,6 +2688,10 @@ string showKawa(int nPlayer, int p, int agariPlayer, int isFuroChance)
else if (agariPlayer >= 0 && p != agariPlayer && p == nPlayer && i == _aryvn(arKawa[p]) - 1)
{
s += "\f[color,purple]" + convertUnicode(arKawa[p][i]) + "\f[color,default]";
if (i == arRichiJunme[p])
animNo = "" + (p + 1) + "2" + fillzero(i) + "" + ((int)getSurfaceCode(arKawa[p][i]) + 200);
else
animNo = "" + (p + 1) + "1" + fillzero(i) + "" + ((int)getSurfaceCode(arKawa[p][i]) + 200);
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion updates2.dau
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ghost/master/icon.ico9266143a2761a3f70a01997a73adde39size=1406date=2021-09-22
ghost/master/mahjong/ai.azr5f2300a27bcfe65d414d521cde7964a9size=23810date=2021-11-04T17:15:46
ghost/master/mahjong/score.azr21027942eaca303665141c42b052fb95size=16423date=2022-01-03T10:57:11
ghost/master/mahjong/shanten.azra6809edf5e68dda08ae19a2a7c6e8a72size=1531date=2021-11-04T17:22:42
ghost/master/mahjong/util.azr5ec3b9c97955c0341070178d6d4a9fd9size=92639date=2022-01-03T10:58:08
ghost/master/mahjong/util.azrd4e8b74271107577fa850a25357fd334size=92872date=2022-01-04T18:11:22
ghost/master/main.azr90cb4d315340b7edc93158f1b8ceee1asize=2289date=2021-11-04T17:27:11
ghost/master/saori/HandUtil/HandUtil.dlld382e237a4b365a302b281664d9e9d36size=38400date=2011-05-05T18:38:36
ghost/master/saori/HandUtil/HandUtil_readme.txt27422edfad98e1d957cc78f815587a2csize=4501date=2011-05-28T14:47:52
Expand Down

0 comments on commit fe53731

Please sign in to comment.