拜访点数

This commit is contained in:
hahwu 2025-06-05 11:07:49 +08:00
parent ca7becb3d4
commit dd5e04ed9f

View File

@ -379,6 +379,7 @@ func (p *PlayroomMod) Interact(Id, Type int) ([]*item.Item, int, error) {
PType, PEffect := playroomCfg.GetInteractPhysiology(Id)
p.AddPhysiology(PType, PEffect)
p.AddMood(MoodType, Effect)
p.AddInteractNum()
return ItemList, MoodType, nil
}