-
Notifications
You must be signed in to change notification settings - Fork 33
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
New Synth Customisation Options #500
Merged
Merged
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e981d0e
Adds a head option for synths. Adds an extra cover that goes on their…
Constellado 5d4e7e8
Merge branch 'MrMelbert:master' into SynthHeads
Constellado 2c3adc5
removing duplicate code. id rather this be in a eparate file but thin…
Constellado 0ab22f1
fix the dme. bugs are weird.
Constellado 67197ad
how did this happen, adding this back in
Constellado b176c94
aghhhh
Constellado 94c7d9d
i try hard. i do. not worky still.
Constellado 5ea3503
IT NOW WORKS. All it needs is sprites now. Also, why is it changing t…
Constellado e04782e
IT WORKS. SPRITES.
Constellado 260e604
Synths now have genders, and eyes! Currently having issues with havin…
Constellado f5ae2ec
sprite improvements
Constellado 22d6de5
all the sprite tweaks
Constellado 6e98c96
removing a random 5??? dunno where that came from
Constellado 9dbee38
more sprite tweaks. hat issue is still there though
Constellado cd94bb4
Merge branch 'MrMelbert:master' into SynthHeads
Constellado f554511
All fixed!! Currently whenever a head over is on, no matter what kind…
Constellado 2587ff3
Merge branch 'master' into SynthHeads
Constellado 789a46c
Updates the screenshot test for synths
Constellado 4fec040
adds another head option
Constellado 1043565
Merge branch 'SynthHeads' of https://github.com/Constellado/MapleStat…
Constellado 73f6647
fix hats for new image
Constellado 60578b3
ahhh sprite adjustments!
Constellado 433e446
ok one final tweak to this one.
Constellado 5cd7cee
Update maplestation_modules/code/modules/mob/living/carbon/human/spec…
Constellado 21d5bb3
Fixes for code review. not doing add_blank = TRUE for now.
Constellado File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1.49 KB
(250%)
code/modules/unit_tests/screenshots/screenshot_humanoids__datum_species_synth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I don't think you need an bespoke type for this, I think instead all you need to do is when you make the global list
(
init_sprite_accessory_subtypes
), you addadd_blank = TRUE
to the call, and that adds an empty sprite accessory for youThere 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.
doing that seems to introduce a bug where the preferences menu shows a head cover applied to the option that is supposed to be blank.
Not sure what that is about so I will hold back on this for now.