Skip to content

Commit

Permalink
Update vehicle_part_fabricator.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
tallfission committed Sep 12, 2024
1 parent d1b4646 commit 1041410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/vehicle_part_fabricator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
omnisentry_price += omnisentry_price_scale
icon_state = "drone_fab_active"
busy = TRUE
addtimer(CALLBACK(src, PROC_REF(do_build_part), part_type), 10 SECONDS)
addtimer(CALLBACK(src, PROC_REF(do_build_part), part_type), 3 SECONDS)

/obj/structure/machinery/part_fabricator/proc/do_build_part(part_type)
busy = FALSE
Expand Down

0 comments on commit 1041410

Please sign in to comment.