From ad9bbd36f99dcb33b126eb6b1016473420f4a376 Mon Sep 17 00:00:00 2001 From: Birdtalon Date: Thu, 27 Jul 2017 15:03:58 +0100 Subject: [PATCH] Modifies rdconsole.dm protolathe speed coefficient --- code/modules/research/rdconsole.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/research/rdconsole.dm b/code/modules/research/rdconsole.dm index 205cb8e79cc..4e53a7bd0e4 100644 --- a/code/modules/research/rdconsole.dm +++ b/code/modules/research/rdconsole.dm @@ -423,7 +423,7 @@ 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/time_to_construct = PROTOLATHE_CONSTRUCT_DELAY * amount * coeff var/enough_materials = 1 time_to_construct /= being_built.lathe_time_factor