Modifies rdconsole.dm protolathe speed coefficient

This commit is contained in:
Birdtalon
2017-07-27 15:03:58 +01:00
parent 1ed8a4ed25
commit ad9bbd36f9
+1 -1
View File
@@ -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