Merge pull request #14755 from Linzolle/brand

fix brand intelligence runtime
This commit is contained in:
silicons
2021-05-27 21:26:59 -06:00
committed by GitHub

View File

@@ -61,7 +61,7 @@
originMachine.visible_message("[originMachine] beeps and seems lifeless.")
kill()
return
vendingMachines = listclearnulls(vendingMachines)
listclearnulls(vendingMachines)
if(!vendingMachines.len) //if every machine is infected
for(var/obj/machinery/vending/upriser in infectedMachines)
if(prob(70) && !QDELETED(upriser))