Fix line length, fix IC5 desc

This commit is contained in:
Dan Simon 2021-08-17 15:27:25 -04:00
parent 617f5553b9
commit b0c7314dbf
2 changed files with 7 additions and 4 deletions

View File

@ -63,9 +63,9 @@ GameDatabase.challenges.infinity = [
{
id: 5,
description:
`Costs increase like in Tickspeed Challenge (C9), except buying Antimatter Dimensions 1-4 instead causes all
smaller or equal AD costs to increase and buying Antimatter Dimensions 5-8 causes all instead causes all
larger or equal AD costs to increase.`,
`When buying Antimatter Dimensions 1-4, every AD with cost smaller or equal increases.
When buying Antimatter Dimensions 5-8, every AD with cost bigger or equal increases.
When buying Tickspeed, every AD with the same cost increases.`,
goal: new Decimal("1e16500"),
isQuickResettable: true,
reward: {

View File

@ -1055,7 +1055,10 @@ GameDatabase.news = [
},
{
id: "a194",
text: "<a href='https://youtube.com/watch?v=iJgNpm8cTE8' target='_blank'>This link is not a rick roll. It's a reference to a certain scene in the movie Star Wars that was also referenced by a certain website and was a very popular meme.</a>"
text:
`<a href='https://youtube.com/watch?v=iJgNpm8cTE8' target='_blank'>This link is not a rick roll.
It's a reference to a certain scene in the movie Star Wars that was also referenced by a certain
website and was a very popular meme.</a>`
},
{
id: "a195",