diff --git a/desk/app/reel.hoon b/desk/app/reel.hoon index 2411d4e..213b7be 100644 --- a/desk/app/reel.hoon +++ b/desk/app/reel.hoon @@ -73,9 +73,13 @@ ?- -.command %set-service :_ this(vic vic.command) - ~[[%pass /set-ship %arvo %k %fard q.byk.bowl %reel-set-ship %noun !>(vic)]] + ~[[%pass /set-ship %arvo %k %fard q.byk.bowl %reel-set-ship %noun !>(vic.command)]] %set-ship - `this(civ civ.command) + :_ this(civ civ.command) + %+ turn ~(tap by our-metadata) + |= [token=cord =metadata:reel] + ^- card + [%pass /describe %agent [civ %bait] %poke %bait-describe !>([token metadata])] == :: %reel-bite diff --git a/desk/ted/set-ship.hoon b/desk/ted/reel/set-ship.hoon similarity index 100% rename from desk/ted/set-ship.hoon rename to desk/ted/reel/set-ship.hoon