mirror of
https://github.com/tribufu/node-gamedig
synced 2026-05-06 15:17:36 +00:00
feat(games): add SCP:SL support (#715)
* feat(games): add scpsl initial impl * feat: add name * feat: add game entry, add note * docs: add SSL to games_list.md * fix: remove stray debug console log * docs: update CHANGELOG.md
This commit is contained in:
parent
bab3452047
commit
f2dfb8134f
5 changed files with 73 additions and 1 deletions
10
lib/games.js
10
lib/games.js
|
|
@ -2768,6 +2768,16 @@ export const games = {
|
|||
protocol: 'valve'
|
||||
}
|
||||
},
|
||||
ssl: {
|
||||
name: 'SCP: Secret Labratory',
|
||||
release_year: 2020,
|
||||
options: {
|
||||
protocol: 'scpsl'
|
||||
},
|
||||
extra: {
|
||||
doc_notes: 'ssl'
|
||||
}
|
||||
},
|
||||
stalker: {
|
||||
name: 'S.T.A.L.K.E.R.',
|
||||
release_year: 2007,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue