Hi! If you're looking for assistance with this mod, I need a smapi.io/log to help debug.
(also if you could run a harmony_summary in console before sending the log that'd be much appreciated! Just type those words into SMAPI's console and hit enter.)
See GameLocation.damageMonster . Farm is *explicitly* removed from the areas where you get experience for killing monsters. I don't think it's a bug; I think that was intentional. if (who != null && !this.isFarm) { who.gainExperience(4, monster.ExperienceGained); }
9 comments
(also if you could run a harmony_summary in console before sending the log that'd be much appreciated! Just type those words into SMAPI's console and hit enter.)
if (who != null && !this.isFarm)
{
who.gainExperience(4, monster.ExperienceGained);
}