mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-02 12:05:28 +03:00
Fix begin: allow answer of "no"
When begin asks the user "Do you have a ship and a ticket?", the answer "no" is considered invalid. This fixes the problem.
This commit is contained in:
parent
f6b8f019bd
commit
8cbd5e3125
@ -9,7 +9,7 @@
|
||||
?^ arg (fud p.arg)
|
||||
%+ pomp ""
|
||||
%+ (polo %text "Do you have a ship and a ticket? " "yes" ~)
|
||||
;~(pose (jest %yes) (just %no))
|
||||
;~(pose (jest %yes) (jest %no))
|
||||
|= [* ans=@t]
|
||||
?. =(%yes ans)
|
||||
:_ ~
|
||||
|
Loading…
Reference in New Issue
Block a user