Merge pull request #5996 from Razharas/VendRun

Simple fix for brand intellegense runtime
This commit is contained in:
hornygranny
2014-11-23 15:34:40 -08:00
+1 -1
View File
@@ -40,7 +40,7 @@
/datum/round_event/brand_intelligence/tick()
if(!originMachine || originMachine.shut_up || originMachine.wires.IsAllCut()) //if the original vending machine is missing or has it's voice switch flipped
if(!originMachine || originMachine.gc_destroyed || originMachine.shut_up || originMachine.wires.IsAllCut()) //if the original vending machine is missing or has it's voice switch flipped
for(var/obj/machinery/vending/saved in infectedMachines)
saved.shoot_inventory = 0
if(originMachine)