From ef018f8b30d55cd223caaa33fc6c253ff9e1b2eb Mon Sep 17 00:00:00 2001 From: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com> Date: Wed, 26 Jun 2024 12:16:00 +0200 Subject: [PATCH] OX courier package reflavor (#19430) ![image](https://github.com/Aurorastation/Aurora.3/assets/107256943/dc14bf59-a321-45d7-acb1-12dbb8e9af18) ![image](https://github.com/Aurorastation/Aurora.3/assets/107256943/a49bdb7f-67e5-41ec-81ac-c0b13c7b0d58) Co-authored-by: DreamySkrell <> --- code/modules/cargo/delivery/package.dm | 15 +++++++++++++-- code/modules/cargo/delivery/receptacle.dm | 15 +++++++++++++-- .../DreamySkrell-orion-package-reflavor.yml | 7 +++++++ 3 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 html/changelogs/DreamySkrell-orion-package-reflavor.yml diff --git a/code/modules/cargo/delivery/package.dm b/code/modules/cargo/delivery/package.dm index c0f59c3e6d3..2964c844d9c 100644 --- a/code/modules/cargo/delivery/package.dm +++ b/code/modules/cargo/delivery/package.dm @@ -1,7 +1,18 @@ /obj/item/cargo_package name = "cargo package" - desc = "An Orion Express cargo package, these packages generally find their way to researchers bunkered up on exoplanets. Always pays an extra 2% tip to the courier." - desc_info = "You can deliver this package to a delivery site on an exoplanet to get additional funds for the cargo department's account. An additional 2% is added to your account on delivery. Can be loaded into a cargo pack." + desc = "\ + An Orion Express cargo package. \ + Always pays an extra 2% tip to the courier.\ + " + desc_extended = "\ + This package makes use of the small-scale shipping network of Orion Express. \ + It is a common sight all over the Spur, where Orion Express services depend on ordinary people and ships picking up and delivering packages for each other, \ + with Orion Express only delivering to automated stations and other distribution points.\ + " + desc_info = "\ + You can deliver this package to a cargo delivery point. \ + An additional 2% is added to your account on delivery, or paid to you directly. Can be loaded into a cargo pack.\ + " icon = 'icons/obj/orion_delivery.dmi' icon_state = "express_package" item_state = "express_package" diff --git a/code/modules/cargo/delivery/receptacle.dm b/code/modules/cargo/delivery/receptacle.dm index 4092838e783..89b2091b1eb 100644 --- a/code/modules/cargo/delivery/receptacle.dm +++ b/code/modules/cargo/delivery/receptacle.dm @@ -2,8 +2,19 @@ var/global/list/all_cargo_receptacles = list() /obj/structure/cargo_receptacle name = "cargo delivery point" - desc = "An Orion Express automated cargo acceptance device. It's linked to a vast underground network of conveyors and de-sterilizers, transporting it to its final destination. These are generally used by researchers who find themselves bunkered alone on an exoplanet." - desc_info = "This is a delivery point for Orion Express cargo packages. To finish the delivery, have a cargo package in your hand and click on the delivery point." + desc = "\ + An Orion Express automated cargo acceptance device. \ + It is linked to a vast underground network of conveyors and shelves, storing packages for further transport or retrieval.\ + " + desc_extended = "\ + These are set up by Orion to expand its small-scale shipping network, especially in more remote areas, like outer edges of the Frontier or Coalition. \ + It is a common sight all over the Spur, however, where Orion Express services depend on ordinary people and ships picking up and delivering packages for each other, \ + with Orion Express only delivering to automated stations and other distribution points.\ + " + desc_info = "\ + This is a delivery point for Orion Express cargo packages. \ + To finish the delivery, have a cargo package in your hand and click on the delivery point.\ + " icon = 'icons/obj/orion_delivery.dmi' icon_state = "delivery_point" diff --git a/html/changelogs/DreamySkrell-orion-package-reflavor.yml b/html/changelogs/DreamySkrell-orion-package-reflavor.yml new file mode 100644 index 00000000000..2bc5abb230a --- /dev/null +++ b/html/changelogs/DreamySkrell-orion-package-reflavor.yml @@ -0,0 +1,7 @@ + +author: DreamySkrell + +delete-after: True + +changes: + - rscadd: "OX courier reflavor."