mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
OX courier package reflavor (#19430)
  Co-authored-by: DreamySkrell <>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
author: DreamySkrell
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "OX courier reflavor."
|
||||
Reference in New Issue
Block a user