Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More botcoins #68

Merged
merged 6 commits into from
Nov 15, 2024
Merged

More botcoins #68

merged 6 commits into from
Nov 15, 2024

Conversation

RedzepR
Copy link
Contributor

@RedzepR RedzepR commented Nov 13, 2024

Added 2 more botcoins question and some fix

Copy link
Owner

@RedSparr0w RedSparr0w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks for the new questions! 👍

@@ -510,6 +511,7 @@ const fossilPokemon = () => {
const shiny = isShiny();

const description = ['What Pokémon comes from this fossil?'];
description.push(`||${fossil}||`);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@@ -550,6 +552,7 @@ const pokemonFossil = () => {
const shiny = isShiny();

const description = ['What fossil does this Pokémon come from?'];
description.push(`||${pokemonName}||`);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️


const pokemonData = randomFromArray(eligiblePokemon);
const female = isFemale(pokemonData);
const pokemonImage = `${website}assets/images/${shiny ? 'shiny' : ''}pokemon/${pokemonData.id}${female ? '-f' : ''}.png`;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot about this, now I need to check if we have it on the other images 🤔

@RedSparr0w RedSparr0w merged commit 079a1ce into RedSparr0w:v14 Nov 15, 2024
1 check passed
@RedzepR RedzepR deleted the MoreBotcoins branch November 25, 2024 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants