From a6f6a27c8756014d4a0f20293c4ad7815cdf4111 Mon Sep 17 00:00:00 2001 From: spookydonut Date: Sun, 12 Apr 2020 00:53:57 +0800 Subject: [PATCH] Update code/modules/vending/_vending.dm Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com> --- code/modules/vending/_vending.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/modules/vending/_vending.dm b/code/modules/vending/_vending.dm index ad3addcd48..4f7502bb02 100644 --- a/code/modules/vending/_vending.dm +++ b/code/modules/vending/_vending.dm @@ -634,8 +634,9 @@ GLOBAL_LIST_EMPTY(vending_products) coin = null return - if("togglevoice" && panel_open) - shut_up = !shut_up + if("togglevoice") + if(panel_open) + shut_up = !shut_up /obj/machinery/vending/process() if(stat & (BROKEN|NOPOWER))