Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

You must be 18+ to view this content

Minotaur Hotel may contain content you must be 18+ to view.

Are you 18 years of age or older?

or Return to itch.io

Small errors in Kota's Staff Route

A topic by Greemon created Mar 11, 2023 Views: 212 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:".