]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Reduce vendor thank you message spam and add variety (#23746)
authorTayrtahn <tayrtahn@gmail.com>
Tue, 9 Jan 2024 01:34:47 +0000 (20:34 -0500)
committerGitHub <noreply@github.com>
Tue, 9 Jan 2024 01:34:47 +0000 (18:34 -0700)
commiteb9770efb91fab68696938008fedb5ab1a10f15f
tree10a9a723e817b124e02a2c6d91a9349f09bb0e2f
parentefb1c58a13b15b59be49ad71ab3d982500582141
Reduce vendor thank you message spam and add variety (#23746)

* Moved vendor thank you messages into AdvertisementPack, making them vendor-specific.
Wrote a few example messages.

* Only display thank yous when closing the UI after a purchase.

* Tweaked a few messages

* More custom messages

* Missed one
63 files changed:
Content.Server/Advertise/AdvertiseSystem.cs
Content.Server/Advertisements/AdvertisementsPackPrototype.cs
Content.Server/VendingMachines/VendingMachineSystem.cs
Content.Shared/VendingMachines/VendingMachineComponent.cs
Resources/Locale/en-US/advertisements/vending/ammo.ftl
Resources/Locale/en-US/advertisements/vending/boozeomat.ftl
Resources/Locale/en-US/advertisements/vending/chang.ftl
Resources/Locale/en-US/advertisements/vending/chefvend.ftl
Resources/Locale/en-US/advertisements/vending/cigs.ftl
Resources/Locale/en-US/advertisements/vending/coffee.ftl
Resources/Locale/en-US/advertisements/vending/cola.ftl
Resources/Locale/en-US/advertisements/vending/discount.ftl
Resources/Locale/en-US/advertisements/vending/donut.ftl
Resources/Locale/en-US/advertisements/vending/games.ftl
Resources/Locale/en-US/advertisements/vending/happyhonk.ftl
Resources/Locale/en-US/advertisements/vending/nutrimax.ftl
Resources/Locale/en-US/advertisements/vending/sectech.ftl
Resources/Locale/en-US/advertisements/vending/snack.ftl
Resources/Locale/en-US/advertisements/vending/sovietsoda.ftl
Resources/Locale/en-US/advertisements/vending/syndiedrobe.ftl
Resources/Prototypes/Catalog/VendingMachines/Advertisements/ammo.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/atmosdrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/bardrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/boozeomat.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/cargodrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/chang.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/chefdrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/chefvend.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/chemdrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/cigs.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/clothesmate.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/coffee.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/cola.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/condiments.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/curadrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/detdrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/dinnerware.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/discount.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/donut.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/engidrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/fatextractor.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/games.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/genedrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/happyhonk.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/hydrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/janidrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/lawdrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/magivend.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/medidrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/megaseed.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/nanomed.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/nutrimax.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/robodrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/scidrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/secdrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/sectech.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/smartfridge.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/snack.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/sovietsoda.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/syndiedrobe.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/theater.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/vendomat.yml
Resources/Prototypes/Catalog/VendingMachines/Advertisements/virodrobe.yml