diff --git a/Resources/Locale/en-US/deltav/paper/book-salvage.ftl b/Resources/Locale/en-US/deltav/paper/book-salvage.ftl index 524113e7402..007699f1121 100644 --- a/Resources/Locale/en-US/deltav/paper/book-salvage.ftl +++ b/Resources/Locale/en-US/deltav/paper/book-salvage.ftl @@ -51,7 +51,7 @@ book-text-vulpkanin = Vulpkanin for Dummies, an Exhaustive Guide Don't Underestimate Them: Vulpkanin may look cute and cuddly, but they can be fierce fighters when provoked. Treat them with respect and avoid unnecessary conflict. -book-text-gorlexgirlfriend = It's the 197 version of the infamous Gorlex Girlfriends magazine. This issue includes several pictures and interviews of multiple agents working in the syndicate alongside actors who work on the Syndicate TV show "Nukies". The best part by far was about Operative November who is the star of this edition, with their picture being on the cover. +book-text-gorlexgirlfriend = It's the 197th version of the infamous Gorlex Girlfriends magazine. This issue includes several pictures and interviews of multiple agents working in the syndicate alongside actors who work on the Syndicate TV show "Nukies". The best part by far was about Operative November who is the star of this edition, with her picture being on the cover. Most of the magazine is either Syndicate propaganda or advertisements for Syndicate-branded items like soda or merch from the show. At least there are some coupons on the back for them. diff --git a/Resources/Locale/en-US/deltav/paper/paper-misc.ftl b/Resources/Locale/en-US/deltav/paper/paper-misc.ftl index 3fc6f487f42..84587f30d7b 100644 --- a/Resources/Locale/en-US/deltav/paper/paper-misc.ftl +++ b/Resources/Locale/en-US/deltav/paper/paper-misc.ftl @@ -14,7 +14,7 @@ book-text-subscription-notice = [head=2]Greetings loyal subscriber,[/head] We hope you enjoy this months edition of Gorlex Girlfriends™ sponsored by the Syndicate. - With this months issue we will be heading behind the seens with some of our famous actors working on the amazing "[color=#780606]Nukies[/color]" TV show and maybe show some teasers for next season. Read up on the personal interview with beloved Operative November as she explains the troubles of fake blood getting in her hair! + With this months issue we will be heading behind the scenes with some of our famous actors working on the amazing "[color=#780606]Nukies[/color]" TV show and maybe show some teasers for next season. Read up on the personal interview with beloved Operative November as she explains the troubles of fake blood getting in her hair! All that and more waiting for you inside! diff --git a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml index b13bdab139a..6ad247ca1f8 100644 --- a/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml +++ b/Resources/Prototypes/DeltaV/Entities/Objects/Misc/books.yml @@ -48,8 +48,8 @@ - type: entity parent: BaseItem id: BookGorlexGirlfriends - name: Gorlex Girlfriends - Issue 197 - description: + name: Gorlex Girlfriends + description: Issue 197 - Starring Operative November components: - type: Sprite sprite: DeltaV/Objects/Misc/gorlex_magazine.rsi diff --git a/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json b/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json index 88970154f86..3ce9554c33f 100644 --- a/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json +++ b/Resources/Textures/DeltaV/Objects/Misc/gorlex_magazine.rsi/meta.json @@ -1,14 +1,14 @@ { - "version": 1, - "license": "CC-BY-SA-4.0", - "copyright": "Done by Kr8art on github", - "size": { - "x": 32, - "y": 32 - }, - "states": [ - { - "name": "icon" - } - ] + "version": 1, + "license": "CC-BY-SA-4.0", + "copyright": "Done by Kr8art on github", + "size": { + "x": 32, + "y": 32 + }, + "states": [ + { + "name": "icon" + } + ] }