[9430] Implement preservation of current health percent at UpdateEntry use

Updated creature will now have the same amount of health (in percent) as the original creature after update.
For cases where full restoration of health is expected, function have option to disable preservation.

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-02-22 01:20:51 +01:00
parent 9e5e0cf3b4
commit 7eeaed6d10
3 changed files with 22 additions and 10 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9429"
#define REVISION_NR "9430"
#endif // __REVISION_NR_H__