Skip to content
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

Reins controls for horse-powered vehicles #37148

Merged
merged 4 commits into from Jan 19, 2020
Merged

Reins controls for horse-powered vehicles #37148

merged 4 commits into from Jan 19, 2020

Conversation

ghost
Copy link

@ghost ghost commented Jan 17, 2020

Summary

SUMMARY: Features "Reins controls for horse-powered vehicles"

Purpose of change

Fixes #37147

Describe the solution

ADds a new vehicle part - crafted from a new reins item.
This item will allow you to drive vehicles pulled by animals, but only those vehicle types.

Describe alternatives you've considered

N/A

Testing

Spawned vehicles, and attached animals and harnesses and reins, and confirmed it drives and controls ok, without giving access to the usual controls menu ( that would allow reins to start a combustion engine, not what we want ) - for this I had to add a new CONTROL_ANIMAL flag, tested that counts as controls in the applicable places.

Additional context

This will eventually be the same item to fix #36373 too

@curstwist curstwist added Monsters Monsters both friendly and unfriendly. Vehicles Vehicles, parts, mechanics & interactions [C++] Changes (can be) made in C++. Previously named `Code` [JSON] Changes (can be) made in JSON labels Jan 17, 2020
doc/JSON_FLAGS.md Outdated Show resolved Hide resolved
Co-Authored-By: Anton Burmistrov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C++] Changes (can be) made in C++. Previously named `Code` [JSON] Changes (can be) made in JSON Monsters Monsters both friendly and unfriendly. Vehicles Vehicles, parts, mechanics & interactions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Horse reins Building a driveable horse-powered wooden vehicle requires welding
3 participants