NT to GT - comments

- added GS13 comments to wherever NT was changed into GT
This commit is contained in:
evilew
2024-11-21 21:45:25 +01:00
parent 94355ba15e
commit 4518a0b016
33 changed files with 48 additions and 48 deletions
@@ -1,8 +1,8 @@
/datum/computer_file/program/ntnetdownload
filename = "ntsoftwarehub"
filedesc = "GT Software Hub"
filedesc = "GT Software Hub" //GS13 - NT to GT
program_icon_state = "generic"
extended_desc = "This program allows downloads of software from official GT repositories"
extended_desc = "This program allows downloads of software from official GT repositories" //GS13 - NT to GT
unsendable = TRUE
undeletable = TRUE
size = 4
@@ -1,6 +1,6 @@
/datum/computer_file/program/supermatter_monitor
filename = "ntcims"
filedesc = "GT CIMS"
filedesc = "GT CIMS" //GS13 - NT to GT
category = PROGRAM_CATEGORY_ENGI
ui_header = "smmon_0.gif"
program_icon_state = "smmon_0"
@@ -25,7 +25,7 @@
/obj/item/computer_hardware/hard_drive/diagnostics(mob/user)
..()
// 999 is a byond limit that is in place. It's unlikely someone will reach that many files anyway, since you would sooner run out of space.
to_chat(user, "GT-NFS File Table Status: [stored_files.len]/999")
to_chat(user, "GT-NFS File Table Status: [stored_files.len]/999") //GS13 - NT to GT
to_chat(user, "Storage capacity: [used_capacity]/[max_capacity]GQ")
// Use this proc to add file to the drive. Returns 1 on success and 0 on failure. Contains necessary sanity checks.
@@ -2,7 +2,7 @@
/obj/machinery/lapvend
name = "computer vendor"
desc = "A vending machine with microfabricator capable of dispensing various GT-branded computers."
desc = "A vending machine with microfabricator capable of dispensing various GT-branded computers." //GS13 - NT to GT
icon = 'icons/obj/vending.dmi'
icon_state = "robotics"
layer = 2.9