Fixed a few problems with homunculus autofeed (#3062)
This commit is contained in:
@@ -892,10 +892,6 @@ static int hom_hungry(int tid, unsigned int tick, int id, intptr_t data)
|
||||
clif_emotion(&hd->bl, ET_OK);
|
||||
}
|
||||
|
||||
if( battle_config.feature_homunculus_autofeed && hd->homunculus.autofeed && hd->homunculus.hunger <= battle_config.feature_homunculus_autofeed_rate ){
|
||||
hom_food( sd, hd );
|
||||
}
|
||||
|
||||
if (hd->homunculus.hunger < 0) {
|
||||
hd->homunculus.hunger = 0;
|
||||
// Delete the homunculus if intimacy <= 100
|
||||
|
||||
Reference in New Issue
Block a user