mirror of
https://github.com/correl/riichi.git
synced 2024-11-23 11:09:56 +00:00
Removed vestigial kokushi musou method
This commit is contained in:
parent
3a6dac0ae0
commit
e8b9f10b18
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