forked from space-wizards/space-station-14
-
-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1434 from kipdotnet/mailtime
mail expansion #1
- Loading branch information
Showing
6 changed files
with
215 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
Resources/Prototypes/_Impstation/Entities/Objects/Specific/Janitorial/spray.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
- type: entity | ||
name: spray bottle | ||
id: SprayBottleCarpetium | ||
suffix: Filled, Carpetium | ||
parent: SprayBottle | ||
components: | ||
- type: Tag | ||
tags: | ||
- Spray | ||
- type: SolutionContainerManager | ||
solutions: | ||
spray: | ||
maxVol: 100 | ||
reagents: | ||
- ReagentId: Carpetium | ||
Quantity: 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
Resources/Prototypes/_Impstation/Entities/Objects/Specific/Mail/paper.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
- type: entity | ||
id: PaperMailNTBedsheetsAd | ||
categories: [ HideSpawnMenu ] | ||
suffix: "bedsheet ad" | ||
parent: Paper | ||
components: | ||
- type: Paper | ||
stampedBy: | ||
- stampedColor: '#333333FF' | ||
stampedName: Salas Naana | ||
# stampType: Signature # DeltaV - Not compatible with our signatures code stuff apparently | ||
content: |2 | ||
[head=3]Hello Valued Customer,[/head] | ||
You have been selected to receive a complimentary sampler of the high-quality linen that Nanotrasen has to offer. | ||
Whether for sleeping or snacking, Nanotrasen's patented HyperWeave fabric is sure to deliver the highest standard of well-rested productivity. | ||
Remember, there's no substitute for good rest, and whether you prefer a mattress or a cryopod, comfort is a top priority. | ||
We hope you enjoy. | ||
Sincerely, | ||
Salas Naana, Assistant-in-chief, NT Habs - Hospitality Dept. | ||
- type: entity | ||
id: PaperMailTckTck | ||
categories: [ HideSpawnMenu ] | ||
suffix: "tck'tck note" | ||
parent: Paper | ||
components: | ||
- type: Paper | ||
stampedBy: | ||
- stampedColor: '#333333FF' | ||
stampedName: T'ckr'tk, Fourth | ||
# stampType: Signature # DeltaV - Not compatible with our signatures code stuff apparently | ||
content: |2 | ||
[head=3]U'uat kck,[/head] | ||
R'chtr k'ck t'ckr ut't uuo, | ||
Tr' ck't'rck U'uta ut'ck, "Nanotrasen" tk'rt u'out'ck ta. | ||
Uot'a "Tck'tck", ot'rq t'u'ta "Salvage Department". | ||
U'tu'uo, "Tck'tck" r'tua. | ||
T'ckr'tk, Fourth, O'ckt'rt "Outriggers". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters