Fix documentation
[crossfire] Clarify field documentation
Patch: doc/Developers/types/type_13.dox - clarify "chance to break" (food) semantics
Committed in 5d3b5ee64, thanks!
Per the README in that directory: Files in this directory were generated by utils/gridarta-types-convert so don't modify them else your changes will be lost next time they are generated! Please submit a patch against the gridarta types file instead. Then this can be automatically re-generated.
Patch: doc/Developers/types/type_13.dox - clarify "chance to break" (food) semantics
Per the README in that directory: Files in this directory were generated by utils/gridarta-types-convert so don't modify them else your changes will be lost next time they are generated! Please submit a patch against the gridarta types file instead. Then this can be automatically re-generated.
Thanks for the contribution. Why does the if statement check !QUERY_FLAG(op, FLAG_LIFESAVE)? Consider putting the object_remove/object_free_drop_inventory call in an else, and remove the return in the if. This clarifies the intent that there are two separate branches.