Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Small errors in Kota's Staff Route

A topic by Greemon created Mar 11, 2023 Views: 233 Replies: 1
Viewing posts 1 to 2
(+1)

In "staff_routes/route_Kota.rpy" there is a small error on line 357: "if player_background == "arts" or "humanities":". It should be "if player_background in ["arts", "humanities"]:",  cause in the first case it will just check if the string "humanities" is not empty.

(+1)

Oh, and also on line 1673: "if quickLabel <= "chapter14_daily_3"". It probably meant "if throwaway1 <= 3:".