-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harpy Customization Pack 1 #175
Conversation
RSI Diff Bot; head commit 5833160 merging into 0a71952 Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_tails.rsi
Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings_default.rsi
Resources/Textures/DeltaV/Mobs/Customization/Harpy/harpy_wings.rsi
|
Also I remembered to add Vulpakin mimicry
I've made the requested changes. |
I still like how the customization code makes markings flesh colored by default. Flesh wings! |
Oh it's not, check the localization files on this PR for the fix. You can also apply that to moths |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good enough, the rest Colin can review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
muh formatting
Co-authored-by: DEATHB4DEFEAT <[email protected]> Signed-off-by: VMSolidus <[email protected]>
Co-authored-by: DEATHB4DEFEAT <[email protected]> Signed-off-by: VMSolidus <[email protected]>
Signed-off-by: VMSolidus <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐦
## Mirror of PR #25464: [Grey Matter Addition and Slime Organ Tweak](space-wizards/space-station-14#25464) from <img src="https://avatars.githubusercontent.com/u/10567778?v=4" alt="space-wizards" width="22"/> [space-wizards](https://github.com/space-wizards)/[space-station-14](https://github.com/space-wizards/space-station-14) ###### `471dfed44531f3d2541c0b1050dd425e5ec6c4b1` PR opened by <img src="https://avatars.githubusercontent.com/u/151778459?v=4" width="16"/><a href="https://github.com/FungiFellow"> FungiFellow</a> at 2024-02-22 08:03:24 UTC PR merged by <img src="https://avatars.githubusercontent.com/u/19864447?v=4" width="16"/><a href="https://github.com/web-flow"> web-flow</a> at 2024-03-13 09:06:03 UTC --- PR changed 9 files with 55 additions and 6 deletions. The PR had the following labels: - No C# - Status: Needs Review --- <details open="true"><summary><h1>Original Body</h1></summary> > <!-- Please read these guidelines before opening your PR: https://docs.spacestation14.io/en/getting-started/pr-guideline --> > <!-- The text between the arrows are comments - they will not be visible on your PR. --> > > ## About the PR > <!-- What did you change in this PR? --> > I added 5u of Grey Matter into Humanoid Brains, it currently does 20 cellular damage total. Prions are scary > GREY MATTER CANNOT BE EXTRACTED FROM THE BRAIN IN ANY WAY. (Except Solutions manager) > Drink: > effects: > - !type:SatiateHunger > factor: 1.5 > Poison: > effects: > - !type:HealthChange > damage: > types: > Cellular: 2 > > Grey Matter: Thought juice, the stuff that leaks out of your ears. > > ## Why / Balance > <!-- Why was it changed? Link any discussions or issues here. Please discuss how this would affect game balance. --> > Gib to Brain eat Combo is far too easy to round remove someone. You can still grind up, hide or throw away the brain just fine. > ## Technical details > <!-- If this is a code change, summarize at high level how your new code works. This makes it easier to review. --> > > ## Media > <!-- > PRs which make ingame changes (adding clothing, items, new features, etc) are required to have media attached that showcase the changes. > Small fixes/refactors are exempt. > Any media may be used in SS14 progress reports, with clear credit given. > > If you're unsure whether your PR will require media, ask a maintainer. > > Check the box below to confirm that you have in fact seen this (put an X in the brackets, like [X]): > --> > > - [X] I have added screenshots/videos to this PR showcasing its changes ingame, **or** this PR does not require an ingame showcase > ![image](https://github.com/space-wizards/space-station-14/assets/151778459/41cba75d-78f6-453b-a9ef-f21a4102c7fa) > ![image](https://github.com/space-wizards/space-station-14/assets/151778459/3303ba0a-d72d-4e0c-a2ab-a9df24903f61) > ![image](https://github.com/space-wizards/space-station-14/assets/151778459/5dd1a6f6-b604-4981-bcde-65526da40cbd) > ![image](https://github.com/space-wizards/space-station-14/assets/151778459/128e16de-9705-471a-8ffa-98a79acb5668) > ![image](https://github.com/space-wizards/space-station-14/assets/151778459/3b132f3d-6b55-4830-ad99-d89df1b8c46b) > > ## Breaking changes > <!-- > List any breaking changes, including namespace, public class/method/field changes, prototype renames; and provide instructions for fixing them. This will be pasted in #codebase-changes. > --> > > **Changelog** > <!-- > Make players aware of new features and changes that could affect how they play the game by adding a Changelog entry. Please read the Changelog guidelines located at: https://docs.spacestation14.io/en/getting-started/pr-guideline#changelog > --> > > <!-- > Make sure to take this Changelog template out of the comment block in order for it to show up. > 🆑 > - add: Added fun! > - remove: Removed fun! > - tweak: Changed fun! > - fix: Fixed fun! > --> > 🆑 > - tweak: Humanoid Brains are now stuffed with Grey Matter, not UncookedProteins > - tweak: Slime Organs grind into Slime </details> Co-authored-by: FungiFellow <[email protected]>
About the PR
This is the first of the promised content PRs for harpies, and also includes some bugfixes.
Why / Balance
-5 new wing patterns are added. Two Tone, Three Tone, Speckled, Undertone, and Feather Tips
-The HUD bug has been fixed
-Sparrow Tail has been removed for REASONS.
-Harpies can now choose what instrument they want to imitate(From within a list of options). Presumably this means multiple harpies can start a band together! Right click yourself to select what instrument you'll mimic.
Media