mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
everything ready to be cleaned.
This commit is contained in:
commit
dcedda2b01
@ -266,6 +266,13 @@
|
||||
case c3__dtzy: u3x_cell(u3t(gen), &p_gen, &q_gen);
|
||||
_play_used();
|
||||
{
|
||||
if ( 'n' == p_gen ) {
|
||||
if ( (q_gen != 0) ) {
|
||||
return u3m_bail(c3__exit);
|
||||
} else {
|
||||
return u3nq(c3__cube, q_gen, c3__atom, p_gen);
|
||||
}
|
||||
}
|
||||
if ( 'f' == p_gen ) {
|
||||
if ( (q_gen > 1) ) {
|
||||
return u3m_bail(c3__exit);
|
||||
|
Loading…
Reference in New Issue
Block a user