From 2644c9cfc0681f35db5e14e66e82330ff360e7cf Mon Sep 17 00:00:00 2001 From: Edward Amsden Date: Mon, 26 Aug 2024 11:12:48 -0500 Subject: [PATCH] Revert "disable turn" This reverts commit e87ef042758e4477fb532c0c2b28fe1a64d18bce. --- rust/sword/src/jets/hot.rs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rust/sword/src/jets/hot.rs b/rust/sword/src/jets/hot.rs index 4f2f838..cdd5d8d 100644 --- a/rust/sword/src/jets/hot.rs +++ b/rust/sword/src/jets/hot.rs @@ -94,6 +94,11 @@ pub const URBIT_HOT_STATE: &[HotEntry] = &[ 1, jet_lent, ), + ( + &[K_139, Left(b"one"), Left(b"two"), Left(b"turn")], + 1, + jet_turn, + ), ( &[K_139, Left(b"one"), Left(b"two"), Left(b"zing")], 1,