Message2974

Author Christoph
Recipients
Date 2014-11-13.03:10:00
Content
Patch attached to prevent items from ever reaching a maximum durability lower
than one through unsuccessful repairs.

This patch doesn't do any other things than just moving the check out of the
second if-branch where it would not be performed on the highest item repair
skill level.

It is now called unconditionally immediately after the durability modification
of the repair. If this initial modification has set the new maximum durability
to a value lower than one, it is reset to one.
Files
File name Uploaded
items.c.diff Christoph, 2014-11-13.03:10:00
History
Date User Action Args
2014-11-13 03:10:00Christophsetmessageid: <1415848200.13.0.0784344003656.issue772@freedroid.org>
2014-11-13 03:10:00Christophlinkissue772 messages
2014-11-13 03:10:00Christophcreate