Explorar o código

Fixed homunculus intimacy on feeding

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8362 54d463be-8e91-2dee-dedb-b68131a5f0ec
toms %!s(int64=19) %!d(string=hai) anos
pai
achega
11a6e167d4
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      Changelog-Trunk.txt
  2. 1 1
      src/map/mercenary.c

+ 1 - 0
Changelog-Trunk.txt

@@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK.  ALL UNTESTED BUGFIXES/FEATURES GO
 IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
 
 2006/08/19
+	* Fixed homunculus intimacy on feeding [Toms]
 	* Added homunculus_friendly_rate battle config [Toms]
 	* Some compilation warnings fixed [Toms]
 	* Added skill's required item check on homunc skills [Toms]

+ 1 - 1
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;
 	}