mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Ports bay's supermatter monitor modular program (#28635)
* WIP * How the hell did these not get committed * Fixes, icons for the tablet * Laptops use the static engine overlay when running the program. Engineering tablets now start preloaded with a supermatter monitor and alarm monitor. * Defines * Requested changes. Engineering tablets no longer have preinstalled programs. Supermatter status percents are defines * Minor thing
This commit is contained in:
committed by
Jordan Brown
parent
16c1ad5c28
commit
c9d2c2bd8d
@@ -36,6 +36,7 @@
|
||||
var/obj/item/weapon/computer_hardware/hard_drive/hard_drive = cpu.all_components[MC_HDD]
|
||||
hard_drive.store_file(new/datum/computer_file/program/power_monitor())
|
||||
hard_drive.store_file(new/datum/computer_file/program/alarm_monitor())
|
||||
hard_drive.store_file(new/datum/computer_file/program/supermatter_monitor())
|
||||
|
||||
// ===== RESEARCH CONSOLE =====
|
||||
/obj/machinery/modular_computer/console/preset/research
|
||||
|
||||
Reference in New Issue
Block a user