Screen visual tweaks (#1282)

Visual tweaks to several modular computer screens:

Standby screen: Added detail and a background, made silver, improved animation
Menu screen: Altered colours to more resemble the actual UI
All medical screens: Made a deeper blue, closer to the original medical colors.

Modified the modular computers _description file to reorganise the descriptions of programs, and to note those that aren't implemented yet. Its a lot, the bay people didn't quite finish this project.

Also, console power use increased by 20% because holoscreens are fancy and deserve it.
This commit is contained in:
NanakoAC
2016-12-23 21:22:48 +02:00
committed by skull132
parent 4e5556e9d9
commit b0ae247b01
4 changed files with 35 additions and 25 deletions
@@ -95,7 +95,7 @@
user << "<span class='notice'>You insert five pieces of glass into the [src.name]. You have [uses] lights remaining.</span>"
return
else
user << "<span class='warning'>You need one sheet of glass to replace lights.</span>"
user << "<span class='warning'>You need 5 sheets of glass to replace lights.</span>"
if(istype(W, /obj/item/weapon/light))
var/obj/item/weapon/light/L = W