lowercase ntos by request of mloc + updates to background.

This commit is contained in:
DJSnapshot
2014-06-22 03:46:36 -07:00
parent 7a5a3d47ae
commit 41362280f3
11 changed files with 59 additions and 54 deletions

View File

@@ -6,7 +6,7 @@ Programs are a file that can be executed
/datum/file/program
name = "Untitled"
extension = "prog"
image = 'icons/NTOS/program.png'
image = 'icons/ntos/program.png'
var/desc = "An unidentifiable program."
var/image/overlay = null // Icon to be put on top of the computer frame.
@@ -154,8 +154,7 @@ Programs are a file that can be executed
if(!popup)
popup = new(user, "\ref[computer]", name, nref=src)
popup.set_title_image(usr.browse_rsc_icon(overlay.icon, overlay.icon_state))
popup.set_title_buttons(topic_link(src,"quit","<img src=\ref['icons/NTOS/tb_close.png']>"))
// popup.set_title_buttons("<a href='?src=\ref[src];quit'><img src=\ref['icons/NTOS/tb_close.png']></a>")
popup.set_title_buttons(topic_link(src,"quit","<img src=\ref['icons/ntos/tb_close.png']>"))
if(popup.user != user)
popup.user = user
popup.set_title_image(usr.browse_rsc_icon(overlay.icon, overlay.icon_state))
@@ -254,7 +253,7 @@ Programs are a file that can be executed
//
if("quit" in href_list)
computer.program = null
usr << browse(null,"window=\ref[computer]") // NTOS will need to resize the window
usr << browse(null,"window=\ref[computer]") // ntos will need to resize the window
computer.update_icon()
computer.updateDialog()
return 1
@@ -263,85 +262,85 @@ Programs are a file that can be executed
/datum/file/program/RD
name = "R&D Manager"
image = 'icons/NTOS/research.png'
image = 'icons/ntos/research.png'
desc = "A software suit for generic research and development machinery interaction. Comes pre-packaged with extensive cryptographic databanks for secure connections with external devices."
active_state = "rdcomp"
volume = 11000
/datum/file/program/RDserv
name = "R&D Server"
image = 'icons/NTOS/server.png'
image = 'icons/ntos/server.png'
active_state = "rdcomp"
volume = 9000
/datum/file/program/SuitSensors
name = "Crew Monitoring"
image = 'icons/NTOS/monitoring.png'
image = 'icons/ntos/monitoring.png'
active_state = "crew"
volume = 3400
/datum/file/program/Genetics
name = "Genetics Suite"
image = 'icons/NTOS/genetics.png'
image = 'icons/nots/genetics.png'
desc = "A sophisticated software suite containing read-only genetics hardware specifications and a highly compressed genome databank."
active_state = "dna"
volume = 8000
/datum/file/program/Cloning
name = "Cloning Platform"
image = 'icons/NTOS/cloning.png'
image = 'icons/ntos/cloning.png'
desc = "A software platform for accessing external cloning apparatus."
active_state = "dna"
volume = 7000
/datum/file/program/TCOMmonitor
name = "TComm Monitor"
image = 'icons/NTOS/tcomms.png'
image = 'icons/ntos/tcomms.png'
active_state = "comm_monitor"
volume = 5500
/datum/file/program/TCOMlogs
name = "TComm Log View"
image = 'icons/NTOS/tcomms.png'
image = 'icons/ntos/tcomms.png'
active_state = "comm_logs"
volume = 5230
/datum/file/program/TCOMtraffic
name = "TComm Traffic"
image = 'icons/NTOS/tcomms.png'
image = 'icons/ntos/tcomms.png'
active_state = "generic"
volume = 8080
/datum/file/program/securitycam
name = "Sec-Cam Viewport"
image = 'icons/NTOS/camera.png'
image = 'icons/ntos/camera.png'
drm = 1
active_state = "cameras"
volume = 2190
/datum/file/program/securityrecords
name = "Security Records"
image = 'icons/NTOS/records.png'
image = 'icons/ntos/records.png'
drm = 1
active_state = "security"
volume = 2520
/datum/file/program/medicalrecords
name = "Medical Records"
image = 'icons/NTOS/medical.png'
image = 'icons/ntos/medical.png'
drm = 1
active_state = "medcomp"
volume = 5000
/datum/file/program/SMSmonitor
name = "Messaging Monitor"
image = 'icons/NTOS/pda.png'
image = 'icons/ntos/pda.png'
active_state = "comm_monitor"
volume = 3070
/datum/file/program/OperationMonitor
name = "OR Monitor"
image = 'icons/NTOS/operating.png'
image = 'icons/ntos/operating.png'
active_state = "operating"
volume = 4750
@@ -352,38 +351,38 @@ Programs are a file that can be executed
/datum/file/program/PowerMonitor
name = "Power Grid"
image = 'icons/NTOS/power.png'
image = 'icons/ntos/power.png'
active_state = "power"
volume = 7200
/datum/file/program/PrisonerManagement
name = "Prisoner Control"
image = 'icons/NTOS/prison.png'
image = 'icons/ntos/prison.png'
drm = 1
active_state = "power"
volume = 5000
/datum/file/program/Roboticscontrol
name = "Cyborg Maint"
image = 'icons/NTOS/borgcontrol.png'
image = 'icons/ntos/borgcontrol.png'
active_state = "robot"
volume = 9050
/datum/file/program/AIupload
name = "AI Upload"
image = 'icons/NTOS/aiupload.png'
image = 'icons/ntos/aiupload.png'
active_state = "command"
volume = 5000
/datum/file/program/Cyborgupload
name = "Cyborg Upload"
image = 'icons/NTOS/borgupload.png'
image = 'icons/ntos/borgupload.png'
active_state = "command"
volume = 5000
/datum/file/program/Exosuit
name = "Exosuit Monitor"
image = 'icons/NTOS/exocontrol.png'
image = 'icons/ntos/exocontrol.png'
active_state = "mecha"
volume = 7000
@@ -394,7 +393,7 @@ Programs are a file that can be executed
/datum/file/program/Stationalert
name = "Alert Monitor"
image = 'icons/NTOS/alerts.png'
image = 'icons/ntos/alerts.png'
active_state = "computer_generic"
volume = 10150