mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
Fix rule 3 example not following rule 2 (#113)
This commit is contained in:
parent
e7567c631e
commit
9db873e774
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ don't count as a single word, but of how many parts they are made of
|
|||
(`Dino D-Day`, 3 words, so `ddd`).
|
||||
3. If a game has the exact name as a previously existing id's game
|
||||
(`Star Wars Battlefront 2`, the 2005 and 2017 one), append the release year to
|
||||
the newer id (2005 would be `swbf2` (suppose we already have this one supported)
|
||||
and 2017 would be `swbf22017`).
|
||||
the newer id (2005 would be `swb2` (suppose we already have this one supported)
|
||||
and 2017 would be `swb22017`).
|
||||
4. If a new id (`Day of Dragons` -> `dod`) results in an id that already exists
|
||||
(`Day of Defeat` -> `dod`), then the new name should ignore rule #2
|
||||
(`Day of Dragons` -> `dayofdragons`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue