Skip to content

Commit

Permalink
Added distinct ad and bye chatter to Dr. Gibb vending (space-wizards#…
Browse files Browse the repository at this point in the history
…34182)

* Added distinct ad and bye chatter to Dr. Gibb vending

* Correcting revert mistake

* Changed ad pack names to better match naming convention
  • Loading branch information
Alpaccalypse authored Jan 7, 2025
1 parent 02d89d9 commit 43db40c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
12 changes: 12 additions & 0 deletions Resources/Locale/en-US/advertisements/vending/gibb.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
advertisement-gibb-1 = Delicious!
advertisement-gibb-2 = Recommended by at least one doctor!
advertisement-gibb-3 = Over 1 million drinks sold!
advertisement-gibb-4 = Dr. Gibb, what's the worst that could happen?
advertisement-gibb-5 = Dr. Gibb, the flavor explosion!
advertisement-gibb-6 = Trust me, I'm a doctor!
advertisement-gibb-7 = The best sugar infusion in the galaxy!
advertisement-gibb-8 = Space Cola can get Gibbed!
thankyou-gibb-1 = The Dr. is in... your belly!
thankyou-gibb-2 = Prognosis: flavor!
thankyou-gibb-3 = Enjoy the 42 flavors!
thankyou-gibb-4 = Enjoy the syrupy goodness!
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@
prefix: advertisement-cola-
count: 8

- type: localizedDataset
id: DrGibbAds
values:
prefix: advertisement-gibb-
count: 8

- type: localizedDataset
id: CondimentVendAds
values:
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Catalog/VendingMachines/goodbyes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@
prefix: thankyou-cola-
count: 4

- type: localizedDataset
id: DrGibbGoodbyes
values:
prefix: thankyou-gibb-
count: 4

- type: localizedDataset
id: DiscountDansGoodbyes
values:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,9 +669,9 @@
ejectDelay: 1.9
initialStockQuality: 0.33
- type: Advertise
pack: RobustSoftdrinksAds
pack: DrGibbAds
- type: SpeakOnUIClosed
pack: GenericVendGoodbyes
pack: DrGibbGoodbyes
- type: Speech
- type: Sprite
sprite: Structures/Machines/VendingMachines/gib.rsi
Expand Down

0 comments on commit 43db40c

Please sign in to comment.