lowercase ntos by request of mloc + updates to background.

This commit is contained in:
DJSnapshot
2014-06-22 03:46:36 -07:00
committed by ZomgPonies
parent 54b2e5f7a7
commit fbfecb0e99
11 changed files with 59 additions and 54 deletions
+2 -2
View File
@@ -10,7 +10,7 @@
var/name = "File"
var/extension = "dat"
var/volume = 10 // in KB
var/image = 'icons/NTOS/file.png' // determines the icon to use, found in icons/NTOS
var/image = 'icons/ntos/file.png' // determines the icon to use, found in icons/ntos
var/obj/machinery/computer3/computer // the parent computer, if fixed
var/obj/item/part/computer/storage/device // the device that is containing this file
@@ -108,7 +108,7 @@
/datum/file/data/text
name = "Text File"
extension = "txt"
image = 'icons/NTOS/file.png'
image = 'icons/ntos/file.png'
content = ""
file_increment = 0.002 // 0.002 kilobytes per character (1024 characters per KB)