Changed the miniblob replication speed from every 3 seconds to every 15 seconds.

This commit is contained in:
cib
2012-01-20 16:50:07 -08:00
parent 39a4def802
commit 8acc4d5fac
+2 -2
View File
@@ -13,7 +13,7 @@
blobevent = 1
spawn(0)
dotheblobbaby()
spawn(3000)
spawn(15000)
blobevent = 0
spawn(rand(3000, 6000)) //Delayed announcements to keep the crew on their toes.
command_alert("Confirmed outbreak of level 5 biohazard aboard [station_name()]. All personnel must contain the outbreak.", "Biohazard Alert")
@@ -29,5 +29,5 @@
if(B.z != 1)
continue
B.Life()
spawn(30)
spawn(150)
dotheblobbaby()