ajanata / PretendYoureXyzzy

A web clone of the card game Cards Against Humanity.
https://pretendyoure.xyz/zy
BSD 2-Clause "Simplified" License
1.22k stars 397 forks source link

Fix typo: LIving -> Living #199

Open AXDOOMER opened 5 years ago

AXDOOMER commented 5 years ago

I saw this small mistake while playing.

ajanata commented 5 years ago

I'm going to copy the comment I left in #186:

I'm leery about merging this since the current card database is based on an import from a file provided directly by CAH; any mistakes really should be fixed directly in the source file (or at least by adding a feature to the card importer to automatically fix them up on re-import). And this doesn't help people using the sqlite file, and it'd skew metrics information since the card text will have changed.

Also I'm pretty sure there are a lot more errors than this.

AXDOOMER commented 5 years ago

the current card database is based on an import from a file provided directly by CAH; any mistakes really should be fixed directly in the source file

@ajanata Where do you get the file from CAH? I would contact them so they fix the source file.

ajanata commented 5 years ago

At this point I've given up hope of actually hearing anything back from them... I should just make a copy of the file and fix the errors there, then re-run the import... but they I'd still have the issue of the gameplay metrics not being correct after fixing the typos. Meh. I honestly don't know how I want to handle this anymore.