Major update

- Renames some files, tidies up some of the code
- Adds forceMove() and Topic() sanity checks from github suggestions
- Properly implements tablets, usage flags and portable devices in general. For now, adds codersprites (final release will have actual sprites)
- Fixes some bugs
- Assigns file sizes to programs
This commit is contained in:
Atlantis
2015-08-25 02:23:34 +02:00
parent 49f044d5b8
commit d40ce38e0a
18 changed files with 540 additions and 111 deletions
@@ -7,6 +7,7 @@
program_icon_state = "power_monitor"
keyboard_icon_state = "keyboard9"
requires_ntnet = 1
size = 8
/datum/computer_file/program/alarm_monitor
filename = "alarmmonitor"
@@ -15,6 +16,7 @@
program_icon_state = "alarm_monitor"
keyboard_icon_state = "keyboard4"
requires_ntnet = 1
size = 5
/datum/computer_file/program/atmos_control
filename = "atmoscontrol"
@@ -26,6 +28,7 @@
requires_ntnet = 1
requires_ntnet_feature = NTNET_SYSTEMCONTROL
usage_flags = PROGRAM_LAPTOP & PROGRAM_CONSOLE
size = 17
/datum/computer_file/program/rcon_console
filename = "rconconsole"
@@ -37,6 +40,7 @@
requires_ntnet = 1
requires_ntnet_feature = NTNET_SYSTEMCONTROL
usage_flags = PROGRAM_LAPTOP & PROGRAM_CONSOLE
size = 25
/datum/computer_file/program/suit_sensors
filename = "sensormonitor"
@@ -44,4 +48,5 @@
nanomodule_path = /datum/nano_module/crew_monitor
program_icon_state = "crew"
keyboard_icon_state = "keyboard7"
requires_ntnet = 1
requires_ntnet = 1
size = 20