From a96e764c036fdb76b415afc6c4d7dc00b425bcb7 Mon Sep 17 00:00:00 2001 From: Archie <53913550+ArchieBeepBoop@users.noreply.github.com> Date: Thu, 30 Dec 2021 01:05:49 -0300 Subject: [PATCH] allows vending machines to throw items at people when they get hacked to do so --- code/modules/vending/_vending.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/vending/_vending.dm b/code/modules/vending/_vending.dm index a49efde2a..db6dd01d9 100644 --- a/code/modules/vending/_vending.dm +++ b/code/modules/vending/_vending.dm @@ -568,10 +568,8 @@ IF YOU MODIFY THE PRODUCTS LIST OF A MACHINE, MAKE SURE TO UPDATE ITS RESUPPLY C speak(slogan) last_slogan = world.time - /* no freebies if(shoot_inventory && prob(shoot_inventory_chance)) throw_item() - */ /obj/machinery/vending/proc/speak(message) if(stat & (BROKEN|NOPOWER))