[MIRROR] Removes network cards and printers from tablets [MDB IGNORE] (#16451)

* Removes network cards and printers from tablets

* merge tablet_presets

* printer.dm should have been deleted, missed change

* update contractor tablet

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
SkyratBot
2022-09-27 23:16:32 -04:00
committed by GitHub
co-authored by John Willard tastyfish
parent a827c3d01b
commit 0339798a42
40 changed files with 300 additions and 708 deletions
@@ -87,11 +87,6 @@
return FALSE
return TRUE
/datum/computer_file/program/proc/get_signal(specific_action = 0)
if(computer)
return computer.get_ntnet_status(specific_action)
return 0
// Called by Process() on device that runs us, once every tick.
/datum/computer_file/program/proc/process_tick(delta_time)
return TRUE