Nanotrasen to GATO - comments

I know it's a mess, but the least I can do is add comments anywhere I can
This commit is contained in:
evilew
2024-11-19 01:59:28 +01:00
parent 17385694fe
commit 10ef9e374a
154 changed files with 326 additions and 326 deletions

View File

@@ -280,7 +280,7 @@
gain_text = "<span class='warning'>You feel odd, like you just forgot something important.</span>"
lose_text = "<span class='notice'>You feel like a weight was lifted from your mind.</span>"
random_gain = FALSE
var/trigger_phrase = "GATO"
var/trigger_phrase = "GATO" //GS13 - Nanotrasen to GATO
/datum/brain_trauma/severe/hypnotic_trigger/New(phrase)
..()

View File

@@ -13,7 +13,7 @@
/datum/ert/New()
if (!polldesc)
polldesc = "a Code [code] GATO Emergency Response Team"
polldesc = "a Code [code] GATO Emergency Response Team" //GS13 - Nanotrasen to GATO
/datum/ert/blue
opendoors = FALSE
@@ -35,7 +35,7 @@
rename_team = "Deathsquad"
code = "Delta"
mission = "Leave no witnesses."
polldesc = "an elite GATO Strike Team"
polldesc = "an elite GATO Strike Team" //GS13 - Nanotrasen to GATO
/datum/ert/centcom_official
code = "Green"
@@ -54,7 +54,7 @@
leader_role = /datum/antagonist/ert/commander/inquisitor
rename_team = "Inquisition"
mission = "Destroy any traces of paranormal activity aboard the station."
polldesc = "a GATO paranormal response team"
polldesc = "a GATO paranormal response team" //GS13 - Nanotrasen to GATO
/datum/ert/greybois
code = "Green"

View File

@@ -35,7 +35,7 @@
suffix = "asteroid4.dmm"
name = "Asteroid 4"
description = "GATO Escape Pods have a 100%* success rate, and a 99%* customer satisfaction rate. \
*Please note that these statistics, are taken from pods that have successfully docked with a recovery vessel."
*Please note that these statistics, are taken from pods that have successfully docked with a recovery vessel." //GS13 - Nanotrasen to GATO
/datum/map_template/ruin/space/asteroid5
id = "asteroid5"
@@ -96,7 +96,7 @@
suffix = "derelict6.dmm"
name = "Derelict 6"
description = "The hush-hush of GATO when it comes to stations seemingly vanishing off the radar is an interesting topic, theories of nuclear destruction float about while GATO \
flat-out denies said stations ever existing."
flat-out denies said stations ever existing." //GS13 - Nanotrasen to GATO
/datum/map_template/ruin/space/empty_shell
id = "empty-shell"

View File

@@ -214,7 +214,7 @@
/datum/map_template/shuttle/emergency/asteroid
suffix = "asteroid"
name = "Asteroid Station Emergency Shuttle"
description = "A respectable mid-sized shuttle that first saw service shuttling GATO crew to and from their asteroid belt embedded facilities."
description = "A respectable mid-sized shuttle that first saw service shuttling GATO crew to and from their asteroid belt embedded facilities." //GS13 - Nanotrasen to GATO
credit_cost = 3000
/datum/map_template/shuttle/emergency/bar
@@ -257,7 +257,7 @@
/datum/map_template/shuttle/emergency/discoinferno
suffix = "discoinferno"
name = "Disco Inferno"
description = "The glorious results of centuries of plasma research done by GATO employees. This is the reason why you are here. Get on and dance like you're on fire, burn baby burn!"
description = "The glorious results of centuries of plasma research done by GATO employees. This is the reason why you are here. Get on and dance like you're on fire, burn baby burn!" //GS13 - Nanotrasen to GATO
admin_notes = "Flaming hot. The main area has a dance machine as well as plasma floor tiles that will be ignited by players every single time."
credit_cost = 10000
// can_be_bought = FALSE
@@ -416,7 +416,7 @@
/datum/map_template/shuttle/emergency/goon
suffix = "goon"
name = "NES Port"
description = "The GATO Emergency Shuttle Port(NES Port for short) is a shuttle used at other less known GATO facilities and has a more open inside for larger crowds, but fewer onboard shuttle facilities."
description = "The GATO Emergency Shuttle Port(NES Port for short) is a shuttle used at other less known GATO facilities and has a more open inside for larger crowds, but fewer onboard shuttle facilities." //GS13 - Nanotrasen to GATO
credit_cost = 500
// /datum/map_template/shuttle/emergency/rollerdome
@@ -581,7 +581,7 @@
/datum/map_template/shuttle/emergency/cog
suffix = "cog"
name = "NES Classic"
description = "A blast from the past! This recreation of the GATO Emergency Shuttle Port features the same focus on seating as the original, but on a slightly longer frame to better accommodate modern shuttle docks."
description = "A blast from the past! This recreation of the GATO Emergency Shuttle Port features the same focus on seating as the original, but on a slightly longer frame to better accommodate modern shuttle docks." //GS13 - Nanotrasen to GATO
credit_cost = 750
/datum/map_template/shuttle/arrival/box

View File

@@ -90,7 +90,7 @@
show_in_report = TRUE
var/list/scarves
/datum/station_trait/scarves/New()
/datum/station_trait/scarves/New() //GS13 - Nanotrasen to GATO
. = ..()
report_message = pick(
"GATO is experimenting with seeing if neck warmth improves employee morale.",

View File

@@ -214,7 +214,7 @@ GLOBAL_LIST_EMPTY(family_heirlooms)
/datum/quirk/lightless
name = "Light Sensitivity"
desc = "Bright lights irritate you. Your eyes start to water, your skin feels itchy against the photon radiation, and your hair gets dry and frizzy. Maybe it's a medical condition. If only GATO was more considerate of your needs..."
desc = "Bright lights irritate you. Your eyes start to water, your skin feels itchy against the photon radiation, and your hair gets dry and frizzy. Maybe it's a medical condition. If only GATO was more considerate of your needs..." //GS13 - Nanotrasen to GATO
value = -1
gain_text = "<span class='danger'>Bright lights seem irritating.</span>"
lose_text = "<span class='notice'>Enlightening.</span>"