From 66ecfa2613dd24223c92d5cb41919c07ce638105 Mon Sep 17 00:00:00 2001 From: toms Date: Sat, 19 Aug 2006 12:24:32 +0000 Subject: Fixed homunculus intimacy on feeding git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8362 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mercenary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/mercenary.c') 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; } -- cgit v1.2.3-60-g2f50