From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 22 Apr 2025 01:24:37 +0000 (-0400) Subject: Fix vox hair (#36816) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fa6c97bf5097583b826b6c44bf3278fa4db314b0;p=space-station-14.git Fix vox hair (#36816) * Fix vox hair * remove CL --- diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 6bf81086cc..7c8fd2b204 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -3735,13 +3735,6 @@ id: 8287 time: '2025-04-20T20:55:42.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/35986 -- author: TheShuEd - changes: - - message: Voxes can now use any standard human hairstyle. - type: Add - id: 8288 - time: '2025-04-20T21:01:50.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/35938 - author: Booblesnoot42 changes: - message: The sprites for the main chapel altars have been adjusted. diff --git a/Resources/Prototypes/Species/vox.yml b/Resources/Prototypes/Species/vox.yml index fd458b40f8..8501784b89 100644 --- a/Resources/Prototypes/Species/vox.yml +++ b/Resources/Prototypes/Species/vox.yml @@ -37,6 +37,7 @@ - type: markingPoints id: MobVoxMarkingLimits + onlyWhitelisted: true points: Hair: points: 1 @@ -44,43 +45,34 @@ FacialHair: points: 1 required: false - onlyWhitelisted: true Head: points: 1 required: true - onlyWhitelisted: true Snout: points: 1 required: true defaultMarkings: [ VoxBeak ] - onlyWhitelisted: true Arms: points: 4 required: true defaultMarkings: [ VoxLArmScales, VoxRArmScales, VoxRHandScales, VoxLHandScales ] - onlyWhitelisted: true Legs: points: 4 required: true defaultMarkings: [ VoxLLegScales, VoxRLegScales, VoxRFootScales, VoxLFootScales ] - onlyWhitelisted: true UndergarmentTop: points: 1 required: false - onlyWhitelisted: true UndergarmentBottom: points: 1 required: false - onlyWhitelisted: true Chest: points: 1 required: false - onlyWhitelisted: true Tail: points: 1 required: true defaultMarkings: [ VoxTail ] - onlyWhitelisted: true - type: humanoidBaseSprite id: MobVoxEyes