[TG Mirror] Hands management element [MDB IGNORE] #5
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.
Mirrored on Skyrat: ${this.url}
Original PR: (original url)
About The Pull Request
Places "setting up being able to use hands" into an element so it can be easily applied to non-carbon mobs.
Why It's Good For The Game
This is one of the last roadblocks for basic mob implementation and people were intimidated by it but it turns out this shit is easy, 90% of this code is already just on
living
and I put a little bit more there.The element really only handles stuff like dropping items on death, picking things up rather than biting them, and adding examine text.
This also removes some copy/pasted code between
simple_animal
andcarbon
and unifies some behaviours which were implemented for some dextrous simple animals but not others.Changes to give Ian a single hand representing his mouth will come at a later date.
Changelog
🆑 Jacquerel
qol: You can now see what drones and gorillas are holding by examining them.
admin: It's now easier to give handless mobs hands by applying the "dextrous" element.
balance: Spiders and Bears can now climb railings (you know if... they'd rather do that than destroy them).
/:cl: