From fa14d271910088f863150023db8190d006853339 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 15 May 2018 02:57:51 +0200 Subject: [PATCH] Rewrite msgs for tools --- easyvend.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easyvend.lua b/easyvend.lua index 45c5143..a5edf19 100644 --- a/easyvend.lua +++ b/easyvend.lua @@ -229,9 +229,9 @@ easyvend.set_formspec = function(pos, player) end else if buysell == "sell" then - weartext = "Warning: Might sell worn tools." + weartext = "Note: Might sell worn tools." else - weartext = "Worn tools are bought, too." + weartext = "Accepts worn tools." end end if weartext ~= nil then