Open
Conversation
craftxbox
commented
Mar 22, 2026
| desc = "A module specifically designed for the taurs of the galaxy. \ | ||
| When installed, this module will project a hardlight saddle to allow the wearer to carry a passenger on their back." | ||
| icon_state = "storage" | ||
| module_type = MODULE_TOGGLE //! should this just be passive? i personally like the ability to toggle it on and off. |
|
|
||
| /datum/component/carbon_saddle/UnregisterFromParent() | ||
| . = ..() | ||
| UnregisterSignal(parent, COMSIG_ITEM_POST_EQUIPPED) //! this seems like an oversight in the saddle_component.dm. should i just apply this there? |
Author
|
Only real personal concern is sprites. I am not an artist. I cannot make sprites. |
Author
|
Should one spawn by default in each department? |
Collaborator
if you do plan on doing that, i suggest using the automapper |
Author
I ended up adding them to the stack of MODules that each map already had, I have no idea how automapper works nor where i'd figure it out |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
About The Pull Request
Adds a MODsuit module for taur riding saddles.
Why it's Good for the Game
Riding saddles are widely underused as is, it would be cool to make them ever so slightly more convenient and interesting.
Proof of Testing
https://transfur.science/ynulnvd.mp4
Changelog
🆑
add: MOD riding saddle module
/:cl: