Talon update: Paperwork, Map update and Refreshed Talon uniform become - Standart#1237
Talon update: Paperwork, Map update and Refreshed Talon uniform become - Standart#1237AzzyDreemurr13 wants to merge 62 commits into
Conversation
Time for new uniform be a s t a n d a r t
Removed multiple refreshed Talon uniforms from the loadout.
|
Hey, just took another quick look - in code/modules/client/preference_setup/loadout/loadout_uni_selector.dm you've still got a bunch of apostrophes in the descriptions you don't need. It's not a huge deal and we can fix it later if you don't want to make changes this moment. |
Fixed now |
Co-authored-by: Azzy <74739991+AzzyDreemurr13@users.noreply.github.com>
Co-authored-by: Azzy <74739991+AzzyDreemurr13@users.noreply.github.com>
Co-authored-by: Azzy <74739991+AzzyDreemurr13@users.noreply.github.com>
Returned the old name datums
|
@Lilly-Lira Its finnaly fixed and work |
|
Are you sure it's working as intended? There seem to be duplicate entries now for the coats. In both suits and in uniforms. |
Yes, I'm sure. Currently, this uniform is only displayed in the uniform section. Regarding Coats I didn't even touch them except for adding pockets for the captain's version |
|
Double checked and the coats are fine. I thought you moved them too for some reason. You need to remove the sortAssoc's you added though since those are flipping the refreshed uniforms to the legacy uniforms for people who already have them in loadout. |
Co-authored-by: Azzy <74739991+AzzyDreemurr13@users.noreply.github.com>
Done |
Co-authored-by: Azzy <74739991+AzzyDreemurr13@users.noreply.github.com>
Lilly-Lira
left a comment
There was a problem hiding this comment.
Missing icon state in attribution, fix for some unnecessary line changes, and a few typos.
| **License:** CC BY-SA 3.0<br> | ||
| <br> | ||
| **File:** `icons/obj/bureaucracy.dmi`<br> | ||
| **Icon-States:** stamp-tal, paper_stamp-tal, paperplane_stamp-tal<br> |
There was a problem hiding this comment.
I believe you also added paper_stamp-square
| min_cold_protection_temperature = T0C - 20 | ||
| siemens_coefficient = 0.7 | ||
|
|
||
| /obj/item/clothing/suit/storage/talonbomberjacket/captain |
There was a problem hiding this comment.
Instead of moving this entire block just change the first line to minimize code changes.
|
|
||
| /datum/gear/uniform/refreshedtalonmedical | ||
| display_name = "Refreshed Talon Medical Jumpsuit" | ||
| description = "Select from a range of outfits available to all Talon Doctor's." |
There was a problem hiding this comment.
Doctor's should be Doctors
|
|
||
| /datum/gear/uniform/refreshedtalonsecurity | ||
| display_name = "Refreshed Talon Security Jumpsuit" | ||
| description = "Select from a range of outfits available to all Talon Guard." |
There was a problem hiding this comment.
Guard should be Guards
| display_name = "Refreshed Talon Pilot Uniform" | ||
| description = "An expertly manufacted uniform worn often by ITV Talon operators. This variant of the suit has been given more thought, as it's made with formaility in mind." | ||
| path = /obj/item/clothing/under/rank/talon/pilot/refreshed | ||
| description = "Select from a range of outfits available to all Talon Pilot." |
There was a problem hiding this comment.
Pilot should be Pilots.
| allowed_roles = list("Talon Guard") | ||
| /datum/gear/uniform/refreshedtaloncaptain | ||
| display_name = "Refreshed Talon Command Uniform" | ||
| description = "Select from a range of outfits available to all Talon Captain." |
There was a problem hiding this comment.
Captain should be Captains.
| display_name = "Refreshed Talon Jumpsuit" | ||
| description = "An expertly manufacted jumpsuit worn often by ITV Talon operators. This variant of the suit has been given more thought, as it's made for manueverability in mind." | ||
| path = /obj/item/clothing/under/rank/talon/basic/refreshed | ||
| description = "Select from a range of outfits available to all Talon crews." |




































About The Pull Request
Introduction of the new Talon uniform as a new standard for the crew
Transfer of uniforms to the section with uniforms for posts + the ability to choose an old uniform in character set up.
Map Talon update for EVA, Cryo, Armory. There was also a cosmetic update that was synchronized with VoreStation Talon ship within the framework of this pull request: Talon update: Porting uniforms, updating map and equipment VOREStation/VOREStation#19220
4.1. The ship's crew received its own seal with a special square design featuring the company logo. So now faxes from the Talon crew will be more noticeable :)
Why and what will this PR improve
After a successful financial year, Talon Company decided to update its design, equipment, compartments ITV Talon, and ordered its own seal for documents.
Authorship:
Code — me
Talon Seal sprite — me, based on past seals and logo Talon
Changelog