Fix MegaSeed vendor seed names on roundstart

This commit is contained in:
Markolie
2015-02-14 16:55:17 +01:00
parent 39e364d1c8
commit f019d32fbe
+1 -1
View File
@@ -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, ";")