mirror of
https://github.com/urbit/shrub.git
synced 2025-01-05 11:09:30 +03:00
adds a cell check for the sample of the +roll gate
This commit is contained in:
parent
9978ad8b72
commit
84759f6394
@ -18,8 +18,13 @@
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
u3_noun gim = u3k(u3h(a));
|
u3_noun gim = u3k(u3h(a));
|
||||||
u3_noun zor = u3k(u3r_at(u3x_sam_3, b));
|
u3_noun zor = u3r_at(u3x_sam, b);
|
||||||
u3_noun daz = u3n_slam_on(u3k(b), u3nc(gim, zor));
|
|
||||||
|
if ( c3n == u3du(zor) ) {
|
||||||
|
return u3m_bail(c3__exit);
|
||||||
|
}
|
||||||
|
|
||||||
|
u3_noun daz = u3n_slam_on(u3k(b), u3nc(gim, u3k(u3t(zor))));
|
||||||
u3_noun vel = u3i_molt(u3k(b), u3x_sam_3, daz, 0);
|
u3_noun vel = u3i_molt(u3k(b), u3x_sam_3, daz, 0);
|
||||||
|
|
||||||
if ( u3_none == vel ) {
|
if ( u3_none == vel ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user