From a624a6fabe3be0f7194d9c8fa59781c780c6b87b Mon Sep 17 00:00:00 2001 From: Quentin Quaadgras Date: Mon, 23 Apr 2018 21:41:35 +1200 Subject: [PATCH] Minor change to the sled message, hold sneak instead of press sneak! --- src/sled.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sled.lua b/src/sled.lua index 31909bd..e6af1fe 100644 --- a/src/sled.lua +++ b/src/sled.lua @@ -129,7 +129,7 @@ local function sled_rightclick(self, player) position = {x=0.5, y=0.89}, name = "sled", scale = {x=2, y=2}, - text = "You are on the sled! Press the sneak key to get off the sled.", -- LazyJ + text = "You are on the sled! Hold the sneak key to get off the sled.", -- LazyJ direction = 0, }) -- End part 1