diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/script.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/script.c b/src/map/script.c index 31fba0429..d115e6df3 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -8737,7 +8737,7 @@ BUILDIN_FUNC(homunculus_evolution) { TBL_PC *sd; sd=script_rid2sd(st); - if(merc_is_hom_active(sd->hd)) + if(merc_is_hom_active(sd->hd) && sd->hd->homunculus.intimacy > 91000) merc_hom_evolution(sd->hd); return 0; } |