diff options
Diffstat (limited to 'src/map/mercenary.c')
-rw-r--r-- | src/map/mercenary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mercenary.c b/src/map/mercenary.c index 472ac285c..2f5ed4d11 100644 --- a/src/map/mercenary.c +++ b/src/map/mercenary.c @@ -537,7 +537,7 @@ int merc_hom_food(struct map_session_data *sd, struct homun_data *hd) merc_hom_increase_intimacy(hd, 100);
emotion = 2;
} else {
- merc_hom_increase_intimacy(hd, 25);
+ merc_hom_increase_intimacy(hd, 50);
emotion = 2;
}
|