Simple fix for brand intellegense runtime

Should fix #5672
This commit is contained in:
Razharas
2014-11-22 20:09:19 +03:00
parent b26446362f
commit 343e2ca1f5
+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)