Crude Fix for #123(Issue) (Silent Gear Arrow Still takes Demage) #129
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.
This is a crude fix for #123
This does not fix that problem directly, it only elivaties the symptoms porblem somewhat.
It works by enableing repairing with a material directly, so that the arrow etleast can be repaired.
It also add incredible efficiency for repeairing directly.
It adds a tooltip telling the player that arrows are not unbreable.
It removes the item from item_durability.zs as this adds the word unbreakeble in the tooltip which could lead to confusion as the item isnt acutally unbreakeble.
A better fix is not possible as silentgear has no option to disable ammo consumption.