mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-28 15:48:49 +01:00
[MIRROR] allows computers to merge (#10018)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
2361756b31
commit
bf2c9728fb
@@ -445,6 +445,15 @@
|
||||
circuit.construct(B)
|
||||
circuit.loc = null
|
||||
B.circuit = circuit
|
||||
|
||||
B.update_icon()
|
||||
var/obj/machinery/computer/LC = locate() in get_step(B, turn(B.dir, 90))
|
||||
var/obj/machinery/computer/RC = locate() in get_step(B, turn(B.dir, -90))
|
||||
if(LC)
|
||||
LC.update_icon()
|
||||
if(RC)
|
||||
RC.update_icon()
|
||||
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user