Removes network cards and printers from tablets (#70110)

This commit is contained in:
John Willard
2022-09-26 11:18:58 -07:00
committed by GitHub
parent a5ac8020a8
commit 7c990173e0
38 changed files with 298 additions and 705 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