diff options
Diffstat (limited to 'src/map/homunculus.c')
-rw-r--r-- | src/map/homunculus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/homunculus.c b/src/map/homunculus.c index e45f654ff..1d226749b 100644 --- a/src/map/homunculus.c +++ b/src/map/homunculus.c @@ -347,6 +347,8 @@ bool homunculus_levelup(struct homun_data *hd) { hom->int_+= growth_int; hom->luk += growth_luk; + APPLY_HOMUN_LEVEL_STATWEIGHT(); + if ( battle_config.homunculus_show_growth ) { char output[256] ; sprintf(output, |