Adds 3 new IPC screens: Scanline, RGB, and Console

This commit is contained in:
Crazylemon
2015-12-20 14:45:14 -08:00
parent ff32b32eb9
commit 2979a64c4d
2 changed files with 16 additions and 0 deletions
@@ -443,6 +443,22 @@
icon_state = "ipc_yellow"
species_allowed = list("Machine")
ipc_screen_scrolling
name = "scanline IPC screen"
icon_state = "ipc_scroll"
species_allowed = list("Machine")
ipc_screen_console
name = "console IPC screen"
icon_state = "ipc_console"
species_allowed = list("Machine")
ipc_screen_rgb
name = "rgb IPC screen"
icon_state = "ipc_rgb"
species_allowed = list("Machine")
/*
///////////////////////////////////
/ =---------------------------= /