mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-17 21:24:01 +00:00
[MIRROR] Removes power monitor from tablets [MDB IGNORE] (#13901)
* Removes power monitor from tablets (#67245) * Removes power monitor from tablets Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,6 @@
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/command/ce/install_default_programs()
|
||||
. = ..()
|
||||
store_file(new /datum/computer_file/program/power_monitor(src))
|
||||
store_file(new /datum/computer_file/program/supermatter_monitor(src))
|
||||
store_file(new /datum/computer_file/program/atmosscan(src))
|
||||
store_file(new /datum/computer_file/program/alarm_monitor(src))
|
||||
@@ -139,7 +138,6 @@
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/engineering/install_default_programs()
|
||||
. = ..()
|
||||
store_file(new /datum/computer_file/program/power_monitor(src))
|
||||
store_file(new /datum/computer_file/program/supermatter_monitor(src))
|
||||
|
||||
/obj/item/computer_hardware/hard_drive/portable/atmos
|
||||
|
||||
Reference in New Issue
Block a user