diff --git a/code/game/machinery/slotmachine.dm b/code/game/machinery/slotmachine.dm
index 046217960e8..8a4ef1bc330 100644
--- a/code/game/machinery/slotmachine.dm
+++ b/code/game/machinery/slotmachine.dm
@@ -93,7 +93,6 @@
resultlvl = "good"
win_money(10)
else
- visible_message("[src] says, 'No Luck!'")
result = "No luck!"
resultlvl = "average"
working = 0