diff --git a/code/game/machinery/vending.dm b/code/game/machinery/vending.dm index 6e4966f1296..3736c5417c1 100644 --- a/code/game/machinery/vending.dm +++ b/code/game/machinery/vending.dm @@ -100,7 +100,7 @@ /obj/machinery/vending/New() ..() wires = new(src) - spawn(4) + spawn(50) if(src.product_slogans) src.slogan_list += text2list(src.product_slogans, ";")