diff --git a/src/game/maps.js b/src/game/maps.js index fe7607d..1c9377c 100644 --- a/src/game/maps.js +++ b/src/game/maps.js @@ -70,7 +70,7 @@ export const maps = { y: 90 }, px: 100, - steps: 177013, + steps: 23, map: [ ["barrier" , "barrier" , "barrier" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" , "cloud" ], ["barrier" , "barrier" , "barrier" , "cloud" , "barrier" , "barrier" , "barrier" , "barrier" , "barrier" , "pillar" , "cloud" ], diff --git a/src/stores/dialog.js b/src/stores/dialog.js index cfa3410..6fe345a 100644 --- a/src/stores/dialog.js +++ b/src/stores/dialog.js @@ -139,7 +139,7 @@ export const dialog = [{ text: "You're god damn right.", next: "azrael_fail" }, { - text: "Just go with me", + text: "Nah, I'm just looking for someone to play some RTS with.", next: "azrael_win" }] }, { @@ -157,5 +157,5 @@ export const dialog = [{ character: "Azrael", pose: "happy", flags: ["success"], - text: "I wonder what should I say here." + text: "I highly doubt that. But you know what fuck it, I'm bored playing against AI anyway." }]; \ No newline at end of file