mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Merge pull request #36736 from fludd12/light-up-the-night
Assemblies with lighting circuits now properly update light position.
This commit is contained in:
@@ -503,6 +503,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