Remove laser ablation timing jitter.
This commit is contained in:
parent
89020e8340
commit
8c029817bb
@ -6,6 +6,7 @@ local minetest, nodecore, vector
|
|||||||
nodecore.register_limited_abm({
|
nodecore.register_limited_abm({
|
||||||
label = "Door Laser Ablation",
|
label = "Door Laser Ablation",
|
||||||
interval = 2,
|
interval = 2,
|
||||||
|
interval_jitter = 0,
|
||||||
chance = 1,
|
chance = 1,
|
||||||
nodenames = {"nc_optics:lens_on"},
|
nodenames = {"nc_optics:lens_on"},
|
||||||
action = function(pos, node)
|
action = function(pos, node)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user