From 5d1545f996a557ab04bd4deffc04eb1a2ead0792 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Thu, 27 Jul 2017 22:15:07 +0100 Subject: [PATCH] Fox McCloud changes request --- code/modules/research/rdconsole.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 4e53a7bd0e4..790819bd49b 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -423,10 +423,10 @@ won't update every console in existence) but it's more of a hassle to do. Also, message_admins("Protolathe exploit attempted by [key_name(usr, usr.client)]!") if(g2g) //If input is incorrect, nothing happens - var/time_to_construct = PROTOLATHE_CONSTRUCT_DELAY * amount * coeff + var/new_coeff = coeff * being_built.lathe_time_factor + var/time_to_construct = PROTOLATHE_CONSTRUCT_DELAY * new_coeff * amount ** 0.8 var/enough_materials = 1 - time_to_construct /= being_built.lathe_time_factor add_wait_message("Constructing Prototype. Please Wait...", time_to_construct) linked_lathe.busy = 1 flick("protolathe_n",linked_lathe)