Add cutscene announcement

This commit is contained in:
Kyle Coburn 2015-04-18 19:56:32 -07:00
parent 5ee6dfae37
commit 57fd9d2cda
2 changed files with 14 additions and 1 deletions

View File

@ -1198,6 +1198,19 @@ Strategies.functions = {
end
end,
epicCutscene = function()
local messages = {
" CUTSCENE HYPE!",
" Please, sit back and enjoy the cutscene.",
"is enjoying the scenery Kappa b",
" Cutscenes DansGame",
" Your regularly scheduled run will continue in a moment.",
" Guys I think the game softlocked Kappa",
}
Bridge.chat(messages[math.random(1, #messages)])
return true
end,
announceFourTurn = function()
Bridge.chat("needs a 4-turn thrash (1 in 2 chance) to beat this dangerous trainer...")
return true

View File

@ -156,7 +156,7 @@ local Paths = {
-- First deck out
{95, {2,6}, {2,7}, {26,7}, {26,-1}},
-- Departure
{94, {14,2}},
{94, {14,2}, {s="epicCutscene"}},
-- To Surge
{5, {18,29}, {18,26}, {30,26}, {30,14}, {15,14}, {15,17}, {s="potionBeforeSurge"}, {s="swap",item="repel",dest=0,chain=true}, {s="teach",move="cut",poke="oddish",alt="paras",chain=true}, {s="teach",move="dig",poke="paras",alt="squirtle",chain=true}, {s="skill",move="cut",done=0x0D4D}, {15,20}, {12,20}, {12,19}},
-- Trashcans