mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
fixed some ordering issues
This commit is contained in:
parent
b2fb76dbd9
commit
36ef1778ca
@ -365,7 +365,7 @@
|
||||
?(%rush %rust) :: XX reset prompt
|
||||
?> ?=(%term-line +>-.sih)
|
||||
=. +>.$
|
||||
=- (furl (zing (turn r.q.sih -)))
|
||||
=- (furl (zing (turn (flop r.q.sih) -)))
|
||||
|= a=tark
|
||||
^- wall
|
||||
?+ -.a (~(win re a) 0 p.q.yar)
|
||||
|
@ -39,7 +39,14 @@
|
||||
|= txt=cord
|
||||
^- [[cord (list cord)] _+>.$]
|
||||
?- sat
|
||||
%begin [['Your ship: ~' ~] +>.$(sat %his)]
|
||||
%begin
|
||||
:_ +>.$(sat %his)
|
||||
:- 'Your ship: ~'
|
||||
%- lore %- crip
|
||||
"""
|
||||
Do you have a ship and a ticket? If not, please ask
|
||||
urbit@urbit.org for one.
|
||||
"""
|
||||
%his
|
||||
=+ her=(rash txt fed:ag)
|
||||
=> .(-.q.ges (clan her))
|
||||
@ -490,7 +497,7 @@
|
||||
%+ welp
|
||||
(spam %rush %prompt pot.res)
|
||||
%- zing
|
||||
(turn tak.res |=(a=cord (spam %rush %txt a)))
|
||||
(turn (flop tak.res) |=(a=cord (spam %rush %txt a)))
|
||||
::
|
||||
++ pour
|
||||
|= [ost=bone pax=path sih=*]
|
||||
@ -503,7 +510,7 @@
|
||||
:_ +>.$
|
||||
%+ welp (spam %rush %prompt pot.res)
|
||||
%- zing
|
||||
(turn tak.res |=(a=cord (spam %rush %txt a)))
|
||||
(turn (flop tak.res) |=(a=cord (spam %rush %txt a)))
|
||||
:_ +>.$
|
||||
:- [ost %give +.sih]
|
||||
%+ turn (~(tap by sup.hid))
|
||||
|
Loading…
Reference in New Issue
Block a user