File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
code/game/machinery/atmoalter Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 91
91
air_contents. merge(removed)
92
92
// src.update_icon()
93
93
nanomanager. update_uis(src )
94
- // Updating the pipenet if we're on a connector
95
- if (connected_port)
96
- var /datum /pipe_network/P = connected_port. return_network(src )
97
- if (P)
98
- P. update = 1
94
+ // Updating the pipenet if we're on a connector
95
+ if (connected_port)
96
+ var /datum /pipe_network/P = connected_port. return_network(src )
97
+ if (P)
98
+ P. update = 1
99
99
// src.updateDialog()
100
100
return
101
101
Original file line number Diff line number Diff line change 150
150
return_sample (environment, removed)
151
151
// src.update_icon()
152
152
nanomanager. update_uis(src )
153
- // Updating the pipenet if we're on a connector
154
- if (on && connected_port)
155
- var /datum /pipe_network/P = connected_port. return_network(src )
156
- if (P)
157
- P. update = 1
153
+ // Updating the pipenet if we're on a connector
154
+ if (on && connected_port)
155
+ var /datum /pipe_network/P = connected_port. return_network(src )
156
+ if (P)
157
+ P. update = 1
158
158
// src.updateDialog()
159
159
return
160
160
You can’t perform that action at this time.
0 commit comments