feat: added ascension logic 4-7, added new decision (eating fast food), indicating meter changes better, added discussions (needs more work, but meh ... fine like this)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -13,9 +13,14 @@ Decision.register({
|
||||
end
|
||||
local level = Ascension.get_level()
|
||||
|
||||
-- TODO: Add more discussions for levels above 3
|
||||
if level >= 1 and level <= 3 then
|
||||
if level >= 1 and level <= 5 then
|
||||
Discussion.start("sumphore_disc_asc_" .. level, "game")
|
||||
elseif level == 6 then
|
||||
if Context.glitch_conversation_count >= 6 then
|
||||
Discussion.start("sumphore_disc_asc_6", "game")
|
||||
else
|
||||
Discussion.start("sumphore_disc_asc_6_waiting", "game")
|
||||
end
|
||||
else
|
||||
Discussion.start("homeless_guy", "game", 4)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user