summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shop2/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/shop2/main.lua b/shop2/main.lua
index 8abe943..078b8d9 100644
--- a/shop2/main.lua
+++ b/shop2/main.lua
@@ -87,7 +87,7 @@ local function proctrans(tr)
refund()
else
stock.give(si,idesc,to_give)
- tell("thank you!!! :3")
+ tell("thank you!")
end
end
end