]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add undergarments & "Censor Nudity" toggle to options (#33185)
authorSlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com>
Wed, 5 Mar 2025 09:14:01 +0000 (10:14 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 09:14:01 +0000 (10:14 +0100)
commit27cfc0939cafcaf633adb36d645187048399e0eb
tree6e0ac79355be9b9436054f6b2a117f7aa4c295c1
parent8785085be60a58875f57811fab2de5ebb8d1066c
Add undergarments & "Censor Nudity" toggle to options (#33185)

* Initial commit

* Attribution

* Review changes

* Added comment for upstream
42 files changed:
Content.Client/Humanoid/HumanoidAppearanceSystem.cs
Content.Client/Options/UI/Tabs/AccessibilityTab.xaml
Content.Client/Options/UI/Tabs/AccessibilityTab.xaml.cs
Content.Shared/CCVar/CCVars.Accessibility.cs
Content.Shared/Humanoid/HumanoidAppearanceComponent.cs
Content.Shared/Humanoid/HumanoidVisualLayers.cs
Content.Shared/Humanoid/Markings/MarkingCategories.cs
Content.Shared/Humanoid/Markings/MarkingColoring.cs
Resources/Locale/en-US/escape-menu/ui/options-menu.ftl
Resources/Locale/en-US/markings/undergarment.ftl [new file with mode: 0644]
Resources/Locale/en-US/preferences/ui/markings-picker.ftl
Resources/Prototypes/Entities/Mobs/Customization/Markings/undergarments.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Mobs/Species/arachnid.yml
Resources/Prototypes/Entities/Mobs/Species/base.yml
Resources/Prototypes/Entities/Mobs/Species/moth.yml
Resources/Prototypes/Entities/Mobs/Species/reptilian.yml
Resources/Prototypes/Entities/Mobs/Species/vox.yml
Resources/Prototypes/Species/arachnid.yml
Resources/Prototypes/Species/diona.yml
Resources/Prototypes/Species/human.yml
Resources/Prototypes/Species/moth.yml
Resources/Prototypes/Species/reptilian.yml
Resources/Prototypes/Species/slime.yml
Resources/Prototypes/Species/vox.yml
Resources/Textures/Mobs/Customization/undergarments.rsi/binder.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/binder_vox.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/boxers.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/boxers_reptilian.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/boxers_vox.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/briefs.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/briefs_reptilian.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/briefs_vox.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/classic.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/classic_vox.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/satin.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/satin_reptilian.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/satin_vox.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/sports.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/sports_vox.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/tanktop.png [new file with mode: 0644]
Resources/Textures/Mobs/Customization/undergarments.rsi/tanktop_vox.png [new file with mode: 0644]