NT to GT
Changed most instances of NT (Nanotranse) to GT (GATO). Left alone stuff that makes sense for it to be NT branded
This commit is contained in:
@@ -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 NT approved crew species" //CITADEL CHANGED FROM HUMANS!
|
||||
var/subject = "person of an GT approved crew species" //CITADEL CHANGED FROM HUMANS!
|
||||
|
||||
/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)
|
||||
|
||||
@@ -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 NT" : "Uncertified"] mail for [recipient].")
|
||||
. += span_info("[postmarked ? "Certified GT" : "Uncertified"] mail for [recipient].")
|
||||
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 NT disposal system.")
|
||||
. += span_info("Distribute by hand or via destination tagger using the certified GT disposal system.")
|
||||
|
||||
/// Accepts a mind to initialize goodies for a piece of mail.
|
||||
/obj/item/mail/proc/initialize_for_recipient(datum/mind/recipient)
|
||||
|
||||
@@ -1339,7 +1339,7 @@
|
||||
|
||||
/obj/item/storage/box/mre/menu3
|
||||
name = "\improper GATO MRE Ration Kit Menu 3"
|
||||
desc = "The holy grail of MREs. This item contains the fabled MRE pizza, spicy nachos and a sample of coffee instant type 2. Any NT 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."
|
||||
icon_state = "menu3"
|
||||
can_expire = FALSE //always fresh, never expired.
|
||||
spawner_chance = 1
|
||||
|
||||
@@ -114,7 +114,7 @@
|
||||
|
||||
/obj/item/toy/syndicateballoon
|
||||
name = "syndicate balloon"
|
||||
desc = "There is a tag on the back that reads \"FUK NT!11!\"."
|
||||
desc = "There is a tag on the back that reads \"FUK GT!11!\"."
|
||||
icon = 'icons/obj/items_and_weapons.dmi'
|
||||
icon_state = "syndballoon"
|
||||
item_state = "syndballoon"
|
||||
|
||||
Reference in New Issue
Block a user