-
Notifications
You must be signed in to change notification settings - Fork 81
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 #322 from VividPups/Hypo
Cryptobiolin Uplink Injector
- Loading branch information
Showing
4 changed files
with
54 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
# Pointless | ||
uplink-coder-socks-valid-name = Blood-red Coder Socks | ||
uplink-coder-socks-valid-desc = These socks add onto your robustness by making you look breedable. Make trojans, not war. | ||
uplink-coder-socks-valid-desc = These socks add onto your robustness by making you look breedable. Make trojans, not war. | ||
# Floof station | ||
uplink-Cryptobiolininjector-name = Cryptobiolin injector | ||
uplink-Cryptobiolininjector-desc = Made by SESWC. This item is prefilled with 20u of Cryptobiolin to help you get rid of those pesky psionic weirdo's. |
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
19 changes: 19 additions & 0 deletions
19
Resources/Prototypes/Floof/Entities/Objects/Tools/uplink.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,19 @@ | ||
- type: entity | ||
name: Cryptobiolin injector | ||
id: CryptobiolinInjector | ||
parent: ChemicalMedipen | ||
description: Made by SESWC. This item is prefilled with 20u of Cryptobiolin to help you get rid of those pesky psionic weirdo's. | ||
components: | ||
- type: Sprite | ||
sprite: Objects/Specific/Medical/medipen.rsi | ||
layers: | ||
- state: penacid | ||
map: ["enum.SolutionContainerLayers.Fill"] | ||
- type: SolutionContainerManager | ||
solutions: | ||
pen: | ||
maxVol: 20 | ||
reagents: | ||
- ReagentId: Cryptobiolin | ||
Quantity: 20 | ||
|