allows vending machines to throw items at people when they get hacked to do so

This commit is contained in:
Archie
2021-12-30 01:05:49 -03:00
parent fa6a40b41e
commit a96e764c03
-2
View File
@@ -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))