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
+4 -4
View File
@@ -632,12 +632,12 @@
icon_state = "poster_pda"
/obj/structure/sign/poster/official/pda_ad600
name = "GT PDA600 Ad"
name = "GT PDA600 Ad" //GS13 - NT to GT
desc = "A poster advertising an old discounted GATO PDA. This is the old 600 model, it has a small screen and suffered from security and networking issues." //GS13 - Nanotrasen to GATO
icon_state = "poster_retro"
/obj/structure/sign/poster/official/pda_ad800
name = "GT PDA800 Ad"
name = "GT PDA800 Ad" //GS13 - NT to GT
desc = "An advertisement on an old GATO PDA model. The 800 fixed a lot of security flaws that the 600 had; it also had large touchscreen and hot-swappable cartridges." //GS13 - Nanotrasen to GATO
icon_state = "poster_classic"
@@ -697,12 +697,12 @@
icon_state = "poster_medical"
/obj/structure/sign/poster/official/nt_storm_officer
name = "GT Storm Ad"
name = "GT Storm Ad" //GS13 - NT to GT
desc = "An advertisement for NanoTrasen Storm. A premium infantry helmet, This is the officer variant. I comes with a better radio, better HUD software and better targeting sensors."
icon_state = "poster_stormy"
/obj/structure/sign/poster/official/nt_storm
name = "GT Storm Ad"
name = "GT Storm Ad" //GS13 - NT to GT
desc = "An advertisement for NanoTrasen Storm. A premium infantry helmet, It contains a rebreather and full head coverage for use on harsh environments where the air isn't always safe to breathe."
icon_state = "poster_stormier"
+1 -1
View File
@@ -362,7 +362,7 @@ AI MODULES
/obj/item/ai_module/core/full/asimov
name = "'Asimov' Core AI Module"
law_id = "asimov"
var/subject = "person of an GT approved crew species" //CITADEL CHANGED FROM HUMANS!
var/subject = "person of an GT approved crew species" //CITADEL CHANGED FROM HUMANS! //GS13 - NT to GT
/obj/item/ai_module/core/full/asimov/attack_self(var/mob/user as mob)
var/targName = stripped_input(user, "Please enter a new subject that asimov is concerned with.", "Asimov to whom?", subject)
+2 -2
View File
@@ -154,12 +154,12 @@
. += span_notice("<i>You notice the postmarking on the front of the mail...</i>")
var/datum/mind/recipient = recipient_ref.resolve()
if(recipient)
. += span_info("[postmarked ? "Certified GT" : "Uncertified"] mail for [recipient].")
. += span_info("[postmarked ? "Certified GT" : "Uncertified"] mail for [recipient].") //GS13 - NT to GT
else if(postmarked)
. += span_info("Certified mail for [GLOB.station_name].")
else
. += span_info("This is a dead letter mail with no recipient.")
. += span_info("Distribute by hand or via destination tagger using the certified GT disposal system.")
. += span_info("Distribute by hand or via destination tagger using the certified GT disposal system.") //GS13 - NT to GT
/// Accepts a mind to initialize goodies for a piece of mail.
/obj/item/mail/proc/initialize_for_recipient(datum/mind/recipient)
+1 -1
View File
@@ -1339,7 +1339,7 @@
/obj/item/storage/box/mre/menu3
name = "\improper GATO MRE Ration Kit Menu 3" //GS13 - Nanotrasen to GATO
desc = "The holy grail of MREs. This item contains the fabled MRE pizza, spicy nachos and a sample of coffee instant type 2. Any GT employee lucky enough to get their hands on one of these is truly blessed."
desc = "The holy grail of MREs. This item contains the fabled MRE pizza, spicy nachos and a sample of coffee instant type 2. Any GT employee lucky enough to get their hands on one of these is truly blessed." //GS13 - NT to GT
icon_state = "menu3"
can_expire = FALSE //always fresh, never expired.
spawner_chance = 1
+1 -1
View File
@@ -114,7 +114,7 @@
/obj/item/toy/syndicateballoon
name = "syndicate balloon"
desc = "There is a tag on the back that reads \"FUK GT!11!\"."
desc = "There is a tag on the back that reads \"FUK GT!11!\"." //GS13 - NT to GT
icon = 'icons/obj/items_and_weapons.dmi'
icon_state = "syndballoon"
item_state = "syndballoon"
+1 -1
View File
@@ -310,7 +310,7 @@
///Table on wheels
/obj/structure/table/rolling
name = "Rolling table"
desc = "A GT brand \"Rolly poly\" rolling table. It can and will move."
desc = "A GT brand \"Rolly poly\" rolling table. It can and will move." //GS13 - NT to GT
anchored = FALSE
smooth = SMOOTH_FALSE
canSmoothWith = list()