mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fixes a minor icon-flicker thing with the drone fabricator.
Conflicts: code/modules/mob/living/silicon/robot/drone/drone_manufacturer.dm
This commit is contained in:
@@ -27,8 +27,11 @@
|
||||
|
||||
/obj/machinery/drone_fabricator/process()
|
||||
|
||||
if(ticker.current_state < GAME_STATE_PLAYING)
|
||||
return
|
||||
|
||||
if(stat & NOPOWER || !produce_drones)
|
||||
icon_state = "drone_fab_nopower"
|
||||
if(icon_state != "drone_fab_nopower") icon_state = "drone_fab_nopower"
|
||||
return
|
||||
|
||||
if(drone_progress >= 100)
|
||||
|
||||
Reference in New Issue
Block a user