Skip to content

Commit

Permalink
more renames
Browse files Browse the repository at this point in the history
  • Loading branch information
tf-4 committed Oct 23, 2024
1 parent bd6e12a commit 25a64db
Show file tree
Hide file tree
Showing 60 changed files with 351 additions and 33 deletions.
3 changes: 2 additions & 1 deletion code/datums/components/payment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
to_chat(user, span_warning("You do not possess the funds to purchase that."))
atom_parent.balloon_alert(user, "needs [total_cost] credit\s!")
return FALSE
target_acc.transfer_money(idcard.registered_account, total_cost, "Nanotrasen: Usage of Corporate Machinery")
//target_acc.transfer_money(idcard.registered_account, total_cost, "Nanotrasen: Usage of Corporate Machinery") // ORIGINAL
target_acc.transfer_money(idcard.registered_account, total_cost, "The Port Authority: Usage of Corporate Machinery") // DOPPLER EDIT - NT -> PA
log_econ("[total_cost] credits were spent on [parent] by [user] via [idcard.registered_account.account_holder]'s card.")
idcard.registered_account.bank_card_talk("[total_cost] credits deducted from your account.")
playsound(src, 'sound/effects/cashregister.ogg', 20, TRUE)
Expand Down
2 changes: 2 additions & 0 deletions code/datums/sprite_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1376,10 +1376,12 @@
icon_state = "shirt_meat"
gender = NEUTER

/* DOPPLER EDIT REMOVAL - NT -> PA
/datum/sprite_accessory/undershirt/nano
name = "Shirt (Nanotrasen)"
icon_state = "shirt_nano"
gender = NEUTER
*/

/datum/sprite_accessory/undershirt/peace
name = "Shirt (Peace)"
Expand Down
3 changes: 2 additions & 1 deletion code/datums/station_traits/neutral_traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@
/datum/station_trait/scarves/New()
. = ..()
report_message = pick(
"Nanotrasen is experimenting with seeing if neck warmth improves employee morale.",
//"Nanotrasen is experimenting with seeing if neck warmth improves employee morale.", // ORIGINAL
"The Port Authority is experimenting with seeing if neck warmth improves employee morale.", // DOPPLER EDIT - NT -> PA
"After Space Fashion Week, scarves are the hot new accessory.",
"Everyone was simultaneously a little bit cold when they packed to go to the station.",
"The station is definitely not under attack by neck grappling aliens masquerading as wool. Definitely not.",
Expand Down
3 changes: 2 additions & 1 deletion code/game/gamemodes/objective.dm
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,8 @@ GLOBAL_LIST(admin_objective_list) //Prefilled admin assignable objective list
/datum/objective/jailbreak/detain/update_explanation_text()
..()
if(target?.current)
explanation_text = "Ensure that [target.name], the [!target_role_type ? target.assigned_role.title : target.special_role] is delivered to Nanotrasen alive and in custody."
//explanation_text = "Ensure that [target.name], the [!target_role_type ? target.assigned_role.title : target.special_role] is delivered to Nanotrasen alive and in custody." // ORIGINAL
explanation_text = "Ensure that [target.name], the [!target_role_type ? target.assigned_role.title : target.special_role] is delivered to the Port Authority alive and in custody." // DOPPLER EDIT - NT -> PA
else
explanation_text = "Free objective."

Expand Down
3 changes: 2 additions & 1 deletion code/game/machinery/computer/communications.dm
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,8 @@

if(HACK_THREAT) // Force an unfavorable situation on the crew
priority_announce(
"Attention crew, the Nanotrasen Department of Intelligence has received intel suggesting increased enemy activity in your sector beyond that initially reported in today's threat advisory.",
//"Attention crew, the Nanotrasen Department of Intelligence has received intel suggesting increased enemy activity in your sector beyond that initially reported in today's threat advisory.", // ORIGINAL
"Attention crew, the Port Authority Department of Intelligence has received intel suggesting increased enemy activity in your sector beyond that initially reported in today's threat advisory.", // DOPPLER EDIT - NT -> PA
"[command_name()] High-Priority Update",
)

Expand Down
3 changes: 2 additions & 1 deletion code/game/machinery/computer/telescreen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/computer/security/telescreen/deep_sto
"Thank you for tuning in to the slaughter!",
"What a show! And we guarantee next one will be bigger!",
"Celebrate the results with Thundermerch!",
"This show was brought to you by Nanotrasen.",
//"This show was brought to you by Nanotrasen.", // ORIGINAL
"This show was brought to you by the Port Authority.", // DOPPLER EDIT - NT -> PA
)

/obj/item/assembly/control/showtime/activate()
Expand Down
6 changes: 4 additions & 2 deletions code/game/machinery/incident_display.dm
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
if(sign_features & DISPLAY_DELAM)
. += span_notice("It can be changed to display tram hits with a [EXAMINE_HINT("multitool")].")
if(last_delam >= 0)
. += span_info("It has been [last_delam] shift\s since the last delamination event at this Nanotrasen facility.")
//. += span_info("It has been [last_delam] shift\s since the last delamination event at this Nanotrasen facility.") // ORIGINAL
. += span_info("It has been [last_delam] shift\s since the last delamination event at this Port Authority facility.") // DOPPLER EDIT - NT -> PA
switch(last_delam)
if(0)
. += span_info("Let's do better today.<br/>")
Expand All @@ -395,7 +396,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/incident_display/tram, 32)
if(2 to 5)
. += span_info("There's room for improvement.<br/>")
if(6 to 10)
. += span_info("Good work! Nanotrasen's finest!<br/>")
//. += span_info("Good work! Nanotrasen's finest!<br/>") // ORIGINAL
. += span_info("Good work! The Port Authority's finest!<br/>") // DOPPLER EDIT - NT -> PA
if(69)
. += span_info("Nice.<br/>")
else
Expand Down
3 changes: 2 additions & 1 deletion code/game/machinery/newscaster/newscaster_machine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/newscaster, 30)
data["channelAuthor"] = current_channel?.author

if(!current_channel)
data["channelAuthor"] = "Nanotrasen Inc"
//data["channelAuthor"] = "Nanotrasen Inc" // ORIGINAL
data["channelAuthor"] = "The Port Authority" // DOPPLER EDIT - NT -> PA
data["channelDesc"] = "Welcome to Newscaster Net. Interface & News networks Operational."
data["channelLocked"] = TRUE
else
Expand Down
5 changes: 4 additions & 1 deletion code/game/objects/effects/posters/official.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/random, 32)

MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/here_for_your_safety, 32)

/* DOPPLER EDIT REMOVAL - NT -> PA
/obj/structure/sign/poster/official/nanotrasen_logo
name = "\improper Nanotrasen logo"
desc = "A poster depicting the Nanotrasen logo."
icon_state = "nanotrasen_logo"
MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/nanotrasen_logo, 32)
*/

/obj/structure/sign/poster/official/cleanliness
name = "Cleanliness"
Expand Down Expand Up @@ -301,7 +303,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/periodic_table,
. += "\t[span_info("In individuals with chronic exposure, severe effects have been noted. Further heightened aggression, long-term amnesia, Alzheimer's symptoms, schizophrenia, macular degeneration, aneurysms, heightened risk of stroke, and Parkinsons symptoms have all been noted.")]"
. += "\t[span_info("It is recommended that all individuals in unprotected contact with raw plasma regularly check with company health officials.")]"
. += "\t[span_info("For more information, please check with TerraGov's extranet site on Amenthium: www.terra.gov/health_and_safety/amenthium/, or our internal risk-assessment documents (document numbers #47582-b (Plasma safety data sheets) and #64210 through #64225 (PPE regulations for working with Plasma), available via NanoDoc to all employees).")]"
. += "\t[span_info("Nanotrasen: Always looking after your health.")]"
//. += "\t[span_info("Nanotrasen: Always looking after your health.")]" // ORIGINAL
. += "\t[span_info("The Port Authority: Always looking after your health.")]" // DOPPLER EDIT - NT -> PA
return .

MAPPING_DIRECTIONAL_HELPERS(/obj/structure/sign/poster/official/plasma_effects, 32)
Expand Down
6 changes: 4 additions & 2 deletions code/game/objects/items/cards_ids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1303,15 +1303,17 @@
/obj/item/card/id/advanced/debug/alt_click_can_use_id(mob/living/user)
. = ..()
if(!. || isnull(user.client?.holder)) // admins only as a safety so people don't steal all the dollars. spawn in a holochip if you want them to get some dosh
registered_account.bank_card_talk(span_warning("Only authorized representatives of Nanotrasen may use this card."), force = TRUE)
//registered_account.bank_card_talk(span_warning("Only authorized representatives of Nanotrasen may use this card."), force = TRUE) // ORIGINAL
registered_account.bank_card_talk(span_warning("Only authorized representatives of the Port Authority may use this card."), force = TRUE) // DOPPLER EDIT - NT -> PA
return FALSE

return TRUE

/obj/item/card/id/advanced/debug/can_be_used_in_payment(mob/living/user)
. = ..()
if(!. || isnull(user.client?.holder))
registered_account.bank_card_talk(span_warning("Only authorized representatives of Nanotrasen may use this card."), force = TRUE)
//registered_account.bank_card_talk(span_warning("Only authorized representatives of Nanotrasen may use this card."), force = TRUE) // ORIGINAL
registered_account.bank_card_talk(span_warning("Only authorized representatives of the Port Authority may use this card."), force = TRUE) // DOPPLER EDIT - NT -> PA
return FALSE

return TRUE
Expand Down
3 changes: 2 additions & 1 deletion code/game/objects/items/charter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@
minor_announce("[ureal_name] has designated the [name_type] as [html_decode(station_name())]", "Captain's Banner") //decode station_name to avoid minor_announce double encode
log_game("[ukey] has renamed the [name_type] as [station_name()].")
name = "banner of [station_name()]"
desc = "The banner bears the official coat of arms of Nanotrasen, signifying that [station_name()] has been claimed by Captain [uname] in the name of the company."
//desc = "The banner bears the official coat of arms of Nanotrasen, signifying that [station_name()] has been claimed by Captain [uname] in the name of the company." // ORIGINAL
desc = "The banner bears the official coat of arms of the Port Authority, signifying that [station_name()] has been claimed by Captain [uname] in the name of the company." // DOPPLER EDIT - NT -> PA
SSblackbox.record_feedback("text", "station_renames", 1, "[station_name()]")
if(!unlimited_uses)
used = TRUE
4 changes: 2 additions & 2 deletions code/game/objects/items/mail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@
/obj/item/paper/pamphlet/gateway = "[initial(name)] for [pick(GLOB.adjectives)] adventurers",
// DOPPLER EDIT START - NT -> PA
///obj/item/paper/pamphlet/violent_video_games = "[initial(name)] for the truth about the arcade centcom doesn't want to hear", // ORIGINAL
/obj/item/paper/pamphlet/violent_video_games = "[initial(name)] for the truth about the arcade the port authority doesn't want to hear",
/obj/item/paper/pamphlet/violent_video_games = "[initial(name)] for the truth about the arcade the Port Authority doesn't want to hear",
///obj/item/paper/fluff/junkmail_redpill = "[initial(name)] for those feeling [pick(GLOB.adjectives)] working at Nanotrasen", // ORIGINAL
/obj/item/paper/fluff/junkmail_redpill = "[initial(name)] for those feeling [pick(GLOB.adjectives)] working at Nanotrasen",
/obj/item/paper/fluff/junkmail_redpill = "[initial(name)] for those feeling [pick(GLOB.adjectives)] working at the Port Authority",
// DOPPLER EDIT END
/obj/effect/decal/cleanable/ash = "[initial(name)] with INCREDIBLY IMPORTANT ARTIFACT- DELIVER TO SCIENCE DIVISION. HANDLE WITH CARE.",
)
Expand Down
16 changes: 8 additions & 8 deletions code/game/objects/items/manuals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,19 @@
<li>Secure the mainboard with a screwdriver.</li>
<li>Install the peripherals control module (Not included. Use supplied datadisk to create one).</li>
<li>Secure the peripherals control module with a screwdriver</li>
<li>Install the internal armor plating (Not included due to Nanotrasen regulations. Can be made using 5 iron sheets.)</li>
<li>Install the internal armor plating (Not included due to Port Authority regulations. Can be made using 5 iron sheets.)</li>
<li>Secure the internal armor plating with a wrench</li>
<li>Weld the internal armor plating to the chassis</li>
<li>Install the external reinforced armor plating (Not included due to Nanotrasen regulations. Can be made using 5 reinforced iron sheets.)</li>
<li>Install the external reinforced armor plating (Not included due to Port Authority regulations. Can be made using 5 reinforced iron sheets.)</li>
<li>Secure the external reinforced armor plating with a wrench</li>
<li>Weld the external reinforced armor plating to the chassis</li>
</ol>
</body>
</html>

<h2>Operation</h2>
Please consult the Nanotrasen compendium "Robotics for Dummies".
"}
Please consult the Port Authority compendium "Robotics for Dummies".
"} // DOPPLER EDIT - NT -> PA

/obj/item/book/manual/chef_recipes
name = "Chef Recipes"
Expand Down Expand Up @@ -205,7 +205,7 @@
<body>
Nuclear Explosives 101:<br>
Hello and thank you for choosing the Syndicate for your nuclear information needs.<br>
Today's crash course will deal with the operation of a Fusion Class Nanotrasen made Nuclear Device.<br>
Today's crash course will deal with the operation of a Fusion Class Port Authority made Nuclear Device.<br>
First and foremost, DO NOT TOUCH ANYTHING UNTIL THE BOMB IS IN PLACE.<br>
Pressing any button on the compacted bomb will cause it to extend and bolt itself into place.<br>
If this is done to unbolt it one must completely log in which at this time may not be possible.<br>
Expand All @@ -217,7 +217,7 @@
<li>Press the E button to log onto the device.</li>
You now have activated the device. To deactivate the buttons at anytime for example when you've already prepped the bomb for detonation remove the auth disk OR press the R on the keypad.<br>
Now the bomb CAN ONLY be detonated using the timer. Manual detonation is not an option.<br>
Note: Nanotrasen is a pain in the neck.<br>
Note: The Port Authority is a pain in the neck.<br>
Toggle off the SAFETY.<br>
Note: You wouldn't believe how many Syndicate Operatives with doctorates have forgotten this step.<br>
So use the - - and + + to set a det time between 5 seconds and 10 minutes.<br>
Expand All @@ -228,7 +228,7 @@
Toggle off the anchor, move it, and re-anchor.<br><br>
Good luck. Remember the order:<br>
<b>Disk, Code, Safety, Timer, Disk, RUN!</b><br>
Intelligence Analysts believe that normal Nanotrasen procedure is for the Captain to secure the nuclear authorisation disk.<br>
Intelligence Analysts believe that normal Port Authority procedure is for the Captain to secure the nuclear authorisation disk.<br>
Good luck!
</body>
</html>"}
</html>"} // DOPPLER EDIT - NT -> PA
2 changes: 1 addition & 1 deletion modular_doppler/cryosleep/code/admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if(with_paper)
var/obj/item/paper/cryo_paper = new /obj/item/paper(loc)
cryo_paper.name = "Notification - [name]"
cryo_paper.add_raw_text("Our sincerest apologies, [name][job ? ", [job]," : ""] had to be sent back in Cryogenic Storage for reasons that cannot be elaborated on at the moment.<br><br>Sincerely,<br><i>Nanotrasen Anti-Sudden Sleep Disorder Agency</i>")
cryo_paper.add_raw_text("Our sincerest apologies, [name][job ? ", [job]," : ""] had to be sent back in Cryogenic Storage for reasons that cannot be elaborated on at the moment.<br><br>Sincerely,<br><i>Port Authority Anti-Sudden Sleep Disorder Agency</i>")
cryo_paper.update_appearance()
//find cryopod
for(var/obj/machinery/cryopod/cryo in GLOB.valid_cryopods)
Expand Down
5 changes: 5 additions & 0 deletions modular_doppler/lore/overrides/areas/away_content.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/area/awaymission/museum
name = "Port Authority Museum"

/area/awaymission/museum/cafeteria
name = "Port Authority Museum Cafeteria"
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/areas/centcom.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/area/centcom/central_command_areas/courtroom
name = "Port Authority Grand Courtroom"
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/areas/mining.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/area/mine/lobby/raptor
name = "Port Authority Raptor Farm"
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/crab17.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/structure/checkoutmachine
name = "\improper Port Authority Space-Coin Market"
32 changes: 32 additions & 0 deletions modular_doppler/lore/overrides/ert.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
/datum/ert/New()
if(!polldesc)
polldesc = "a Code [code] Port Authority Emergency Response Team"

/datum/ert/deathsquad
polldesc = "an elite Port Authority Strike Team"

/datum/ert/marine
polldesc = "an 'elite' Port Authority Strike Team"

/datum/ert/centcom_official
rename_team = "Port Authority Officials"
polldesc = "a Port Authority Official"

/datum/ert/inquisition
polldesc = "a Port Authority Paranormal Response Team"

/datum/ert/janitor
polldesc = "a Port Authority Janitorial Response Team"

/datum/ert/intern
polldesc = "an unpaid internship opportunity with the Port Authority"

/datum/ert/erp
polldesc = "a Code Rainbow Port Authority Emergency Response Party"

/datum/ert/bounty_hunters
polldesc = "a Port Authority-hired bounty hunting gang"




17 changes: 17 additions & 0 deletions modular_doppler/lore/overrides/general_memories.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/datum/memory/revolution_rev_defeat/get_names()
return list(
"The defeat of [protagonist_name] at the hands of the Port Authority",
"The end of [protagonist_name]'s glorious revolution",
)

/datum/memory/revolution_heads_victory/get_names()
return list("The success of [protagonist_name] and the Port Authority over the hateful revolution")

/datum/memory/revolution_heads_victory/get_starts()
return list(
"[protagonist_name] dusting off their hands in victory over the revoution",
"the banner of the Port Authority flying on the bridge of [station_name()] with [protagonist_name] proudly beside it",
)

/datum/memory/revolution_rev_defeat/get_moods()
return list("[protagonist_name] [mood_verb] over the defeat of the revolution by the hands of the Port Authority.")
5 changes: 5 additions & 0 deletions modular_doppler/lore/overrides/items/blueprints.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/item/blueprints
fluffnotice = "Property of the Port Authority. For heads of staff only. Store in high-secure storage."

/obj/item/blueprints/cyborg
fluffnotice = "Intellectual Property of the Port Authority. For use in engineering cyborgs only. Wipe from memory upon departure from the station."
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/items/bodybag.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/bodybag/environmental/prisoner/syndicate
desc = "An alteration of the Port Authority's environmental protection bag which has been used in several high-profile kidnappings. Designed to keep a victim unconscious, alive, and secured until they are transported to a required location."
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/items/charter.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/station_charter/banner
name = "\improper Port Authority banner"
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/items/clown_items.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/soap/nanotrasen
desc = "A heavy duty bar of Port Authority brand soap. Smells of plasma."
5 changes: 5 additions & 0 deletions modular_doppler/lore/overrides/items/defib.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/obj/item/defibrillator/compact/combat/loaded/nanotrasen
name = "elite Port Authority defibrillator"

/obj/item/shockpaddles/syndicate/nanotrasen
name = "elite Port Authority defibrillator paddles"
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/items/hourglass.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/hourglass
desc = "Port Authority patented gravity invariant hourglass. Guaranteed to flow perfectly under any conditions."
11 changes: 11 additions & 0 deletions modular_doppler/lore/overrides/items/religion.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Needs lore sprite
/obj/item/banner
desc = "A banner with the Port Authority's logo on it."

/obj/item/banner/command
warcry = "Hail the Port Authority!"

// Needs lore sprite
/obj/item/storage/backpack/bannerpack
name = "\improper Port Authority banner backpack"
desc = "It's a backpack with lots of extra room. A banner with the Port Authority logo is attached, that can't be removed."
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/obj/item/documents/port_authority
/obj/item/documents/nanotrasen
desc = "\"Top Secret\" Port Authority documents, filled with complex diagrams and lists of shipments, dates, and coordinates. Coveted by many factions with interests in the Frontier."
3 changes: 3 additions & 0 deletions modular_doppler/lore/overrides/items/shields.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/obj/item/shield/energy/advanced
desc = "A hardlight shield capable of reflecting all energy projectiles, as well as providing well-rounded defense from most all other attacks. \
Often employed by Port Authority deathsquads."
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/items/spear.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/spear/grey_tide
desc = "Recovered from the aftermath of a revolt aboard Defense Outpost Theta Aegis, in which a seemingly endless tide of Assistants caused heavy casualities among Port Authority military forces."
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/machinery/camera.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/wallframe/camera
desc = "The basic construction for Port Authority-Always-Watching-You cameras."
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/machinery/computer/records/medical/laptop
desc = "A cheap Port Authority medical laptop, it functions as a medical records computer. It's bolted to the table."
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/machinery/computer/records/security/laptop
desc = "A cheap Port Authority security laptop, it functions as a security records console. It's bolted to the table."
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/machinery/drone_dispenser.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/machinery/drone_dispenser/binoculars
desc = "A hefty machine that periodically creates a pair of binoculars. Really, Port Authority? We're getting this lazy?"
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/machinery/newscaster
desc = "A standard Port Authority-licensed newsfeed handler for use in commercial space stations. All the news you absolutely have no use for, in one place!"
2 changes: 2 additions & 0 deletions modular_doppler/lore/overrides/machinery/newspaper.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/obj/item/newspaper
desc = "An issue of The Griffon, the newspaper circulating aboard Port Authority Space Stations."
Loading

0 comments on commit 25a64db

Please sign in to comment.