We shallnt want mass production.
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
update_icon()
|
||||
var/turf/source_turf = get_turf(src)
|
||||
log_virus("A culture bottle was printed for the virus [A.admin_details()] at [loc_name(source_turf)] by [key_name(usr)]")
|
||||
addtimer(CALLBACK(src, .proc/reset_replicator_cooldown), 50)
|
||||
addtimer(CALLBACK(src, .proc/reset_replicator_cooldown), 100)
|
||||
. = TRUE
|
||||
if("create_vaccine_bottle")
|
||||
var/id = params["index"]
|
||||
@@ -201,7 +201,7 @@
|
||||
B.reagents.add_reagent(/datum/reagent/vaccine, 15, list(id))
|
||||
wait = TRUE
|
||||
update_icon()
|
||||
addtimer(CALLBACK(src, .proc/reset_replicator_cooldown), 200)
|
||||
addtimer(CALLBACK(src, .proc/reset_replicator_cooldown), 400)
|
||||
. = TRUE
|
||||
|
||||
/obj/machinery/computer/pandemic/attackby(obj/item/I, mob/user, params)
|
||||
|
||||
Reference in New Issue
Block a user