autolathe speed func is the same as protolathe (#43513)

* 1

* 2
This commit is contained in:
Tlaltecuhtli
2019-04-09 17:36:38 -04:00
committed by moo
parent dea883d4ab
commit c565a7230b
+1 -1
View File
@@ -171,7 +171,7 @@
busy = TRUE
use_power(power)
icon_state = "autolathe_n"
var/time = is_stack ? 32 : 32*coeff*multiplier
var/time = is_stack ? 32 : (32 * coeff * multiplier) ** 0.8
addtimer(CALLBACK(src, .proc/make_item, power, metal_cost, glass_cost, multiplier, coeff, is_stack), time)
if(href_list["search"])