auto add girl to room & favor to lvl 500

This commit is contained in:
Naruse
2026-05-11 19:16:19 +08:00
parent e4397f10ee
commit 0cf633a0e1
3 changed files with 29 additions and 0 deletions

View File

@@ -375,6 +375,9 @@ public class PlayerInstance(PlayerGameData data)
yield return (4, guide.ID, 999);
}
for (uint favor = 1; favor <= 50; favor++)
yield return (101, favor * 50, 500);
// Main Scene 0 mean default scene
yield return (132, 1, 0);
}