Merge pull request #36736 from fludd12/light-up-the-night
Assemblies with lighting circuits now properly update light position.
This commit is contained in:
committed by
CitadelStationBot
parent
77f40b6be9
commit
7020c19dff
@@ -500,6 +500,8 @@
|
||||
for(var/I in assembly_components)
|
||||
var/obj/item/integrated_circuit/IC = I
|
||||
IC.ext_moved(oldLoc, dir)
|
||||
if(light) //Update lighting objects (From light circuits).
|
||||
update_light()
|
||||
|
||||
/obj/item/device/electronic_assembly/stop_pulling()
|
||||
for(var/I in assembly_components)
|
||||
|
||||
Reference in New Issue
Block a user