Initial (buggy) implementation

- Implements modular computers, starting with single program (power monitoring console)
- Implements most hardware. Some is still TBD, but the important stuff is in place
- Implements file-based system. Currently two file types exist, programs, which have NanoUI/Topic() interaction with user and data files, which may be used to store string of data.
This commit is contained in:
Atlantis
2015-06-28 08:19:43 +02:00
parent eedbcee063
commit ef64187fc2
46 changed files with 970 additions and 49 deletions
@@ -0,0 +1,5 @@
/datum/computer_file/program/power_monitor
filename = "powermonitor"
filedesc = "Power Monitoring"
nanomodule_path = /datum/nano_module/power_monitor/
laptop_icon_state = "power_monitor"