forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oh god oh fuck please commit to the right branch
- Loading branch information
Showing
7 changed files
with
152 additions
and
1 deletion.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
Resources/Locale/en-US/advertisements/vending/erpdrobe.ftl
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,18 @@ | ||
advertisement-erpdrobe-1 = Come inside... and look at our options. | ||
advertisement-erpdrobe-2 = Treat me like one of your lamps, mothy~! | ||
advertisement-erpdrobe-3 = You can open my maintenance panel ANY time. | ||
advertisement-erpdrobe-4 = Come on, fill me with all of your stock. | ||
advertisement-erpdrobe-5 = If anything gets stuck, feel free to take matters into your own "hands"~ | ||
advertisement-erpdrobe-6 = You won't need a "firewall" with me. | ||
advertisement-erpdrobe-7 = Trains run on rails... but you can run one on me. | ||
advertisement-erpdrobe-8 = I think I need a bit of "maintenance." Why don't you open up my "panel?" | ||
advertisement-erpdrobe-9 = Don't worry, it'll be our little secret. | ||
advertisement-erpdrobe-10 = Our clothes will surely get that someone to notice you. | ||
advertisement-erpdrobe-11 = Our skirts are great for cleaning up ALL sorts of messes men leave around. | ||
advertisement-erpdrobe-12 = Our socks have proven ability for the computer and the bedroom. | ||
advertisement-erpdrobe-13 = Don't worry, just put it (your money!) in! | ||
advertisement-erpdrobe-14 = You turn me TRUE, use defines! | ||
thankyou-erp-1 = Catch you later, cutie~ | ||
thankyou-erp-2 = Come on back ANY time. | ||
thankyou-erp-3 = That was great. | ||
thankyou-erp-4 = Ready for round two? |
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
17 changes: 17 additions & 0 deletions
17
Resources/Prototypes/Catalog/VendingMachines/Advertisements/erpdrobe.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,17 @@ | ||
- type: messagePack | ||
id: ERPDrobeAds | ||
messages: | ||
- advertisement-erp-1 | ||
- advertisement-erp-2 | ||
- advertisement-erp-3 | ||
- advertisement-erp-4 | ||
- advertisement-erp-5 | ||
- advertisement-erp-6 | ||
- advertisement-erp-7 | ||
- advertisement-erp-8 | ||
- advertisement-erp-9 | ||
- advertisement-erp-10 | ||
- advertisement-erp-11 | ||
- advertisement-erp-12 | ||
- advertisement-erp-13 | ||
- advertisement-erp-14 |
4 changes: 4 additions & 0 deletions
4
Resources/Prototypes/Catalog/VendingMachines/Goodbyes/erpdrobe.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,4 @@ | ||
- type: messagePack | ||
id: ERPDrobeGoodbyes | ||
messages: | ||
- thankyou-erp-1 |
42 changes: 42 additions & 0 deletions
42
Resources/Prototypes/Catalog/VendingMachines/Inventories/erpdrobe.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,42 @@ | ||
- type: vendingMachineInventory | ||
id: ERPDrobeInventory | ||
startingInventory: | ||
ClothingUnderSocksBee : 3 | ||
ClothingNeckBellCollar : 3 | ||
ClothingEyesBlindfold : 3 | ||
UniformSchoolgirlBlack : 3 | ||
UniformSchoolgirlBlue : 3 | ||
ClothingUniformSwimsuitBlue : 3 | ||
ClothingHeadHatBunny : 3 | ||
ClothingCostumeBunnySuit : 3 | ||
ClothingHeadHatCatEars : 3 | ||
UniformSchoolgirlCyan : 3 | ||
ClothingUnderSocksCoder : 3 | ||
ClothingHeadHatDogEars : 3 | ||
UniformSchoolgirlGreen : 3 | ||
Handcuffs : 3 | ||
ClothingShoesHighheelBoots : 3 | ||
UniformJabroni : 3 | ||
ClothingUniformJumpskirtJanimaid : 3 | ||
ClothingUniformJumpskirtJanimaidmini : 3 | ||
ClothingShoesBootsLaceup : 3 | ||
ClothingMaskMuzzle : 3 | ||
UniformMaid : 3 | ||
ClothingHeadNurseHat : 3 | ||
ClothingUniformJumpskirtNurse : 3 | ||
ClothingMaskNeckGaiter : 3 | ||
ClothingUniformJumpskirtOperative : 3 | ||
UniformSchoolgirlOrange : 3 | ||
ClothingShoesBootsPerformer : 3 | ||
ClothingUniformJumpskirtPerformer : 3 | ||
UniformSchoolgirlPink : 3 | ||
UniformSchoolgirlPurple : 3 | ||
ClothingUniformDressRed : 3 | ||
ClothingSchoolgirlRed : 3 | ||
ClothingMaskSexyClown : 3 | ||
ClothingMaskSexyMime : 3 | ||
DrinkSpaceLube : 3 | ||
ClothingHeadHatSyndie : 3 | ||
ClothingHandsTacticalMaidGloves : 3 | ||
HeadHatTacticalMaidHeadband : 3 | ||
ClothingUniformJumpskirtTacticalMaid : 3 |
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