Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

I think there’s a bug, classic loan triggered morning of Week 2 Day 7 instead of Week 3 Day 1. Probably because that is Day 14.

{code = 'add_timed_event', value = "loan_event1",
	args = [
		{type = 'fixed_date',
		date = 14,
		hour = 1}
	]
},

That should probably be date = 15. I will try changing it locally and see. Edit: After changing that it didn’t affect my saved game, but it did affect a New Game and properly got the loan on W3D1.

ty for letting me know, i changed it to 15,  i'll post it when there is a new update