File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
modular_computers/file_system/programs/generic Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010 category = PROG_UTIL
1111 nanomodule_path = / datum / nano_module/ program/ scanner
1212
13- var /using_scanner = 0 // Whether or not the program is synched with the scanner module.
13+ var /using_scanner = 0 // Whether or not the program is synced with the scanner module.
1414 var /data_buffer = " " // Buffers scan output for saving/viewing.
1515 var /scan_file_type = / datum / computer_file/ data/ text // The type of file the data will be saved to.
1616 var /list /metadata_buffer = list ()
Original file line number Diff line number Diff line change 216216 return
217217 for (var /mob /living/silicon/robot/robot in AI . connected_robots)
218218 robot. sync()
219- log_and_message_admins (" has syncronized [ AI ] 's laws with its borgs." )
219+ log_and_message_admins (" has synchronized [ AI ] 's laws with its borgs." )
You can’t perform that action at this time.
0 commit comments