mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
runtimes (#25955)
This commit is contained in:
committed by
GitHub
parent
c0404a959d
commit
24aad3e3ca
@@ -291,7 +291,7 @@
|
||||
|
||||
//The build_part_loop fires independently and will build stuff until the queue is over or when it is stopped.
|
||||
/obj/machinery/r_n_d/fabricator/proc/build_part_loop()
|
||||
if(busy || stopped || being_built || stat&(NOPOWER|BROKEN))
|
||||
if(busy || stopped || being_built || stat&(NOPOWER|BROKEN) || queue.len == 0)
|
||||
return
|
||||
var/datum/design/D = queue_pop()
|
||||
if(!build_part(D))
|
||||
|
||||
Reference in New Issue
Block a user