mirror of
https://github.com/correl/riichi.git
synced 2024-11-23 19:19:55 +00:00
Removed vestigial kokushi musou method
This commit is contained in:
parent
e5fdb4801d
commit
ec8ed129a5
1 changed files with 0 additions and 3 deletions
|
@ -61,6 +61,3 @@ is_complete(#hand{tiles=[], melds=Melds}=Hand) ->
|
||||||
end;
|
end;
|
||||||
is_complete(#hand{}=Hand) ->
|
is_complete(#hand{}=Hand) ->
|
||||||
yaku:kokushi_musou(Hand).
|
yaku:kokushi_musou(Hand).
|
||||||
|
|
||||||
km() ->
|
|
||||||
[#tile{suit=pin, value=1}|?TERMINALS ++ ?HONOURS].
|
|
||||||
|
|
Loading…
Reference in a new issue