Skip to content

Commit

Permalink
Database: update RE2 map names, fix missing quotes on XD-R maps, CSS:…
Browse files Browse the repository at this point in the history
… Small hotfix, Add last objective for RE2 A scenario
  • Loading branch information
themitosan committed Dec 20, 2023
1 parent a7b3a62 commit d01a802
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion App/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ label {
z-index: 2;
opacity: 0;
width: auto;
app-region: drag;
padding: 10px;
min-width: 190px;
app-region: drag;
position: absolute;
border-radius: 10px;
transition-duration: 0.2s;
Expand Down
7 changes: 4 additions & 3 deletions App/js/database.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ temp_DATABASE = {
'R505': { endsOn: 'R607', applyDistance: !1 },
'R111': { endsOn: null, applyDistance: !1 },
'R303': { endsOn: null, applyDistance: !1 },
'R617': { endsOn: 'R700', applyDistance: !1 }
},
rdt: {

Expand Down Expand Up @@ -276,8 +277,8 @@ temp_DATABASE = {
'R300': {name: 'Chief Secret Lab', location: 'Police Station B1', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R301': {name: 'Detention Cells', location: 'Police Station B1', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R302': {name: 'Septic Passage', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R303': {name: 'XD-R 10A H” Room (Boss)', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R304': {name: 'XD-R 10A H” Exit', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R303': {name: 'XD-R 10A H” Room (Boss)', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R304': {name: 'XD-R 10A H” Exit', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R305': {name: 'Septic Pool', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R306': {name: 'Septic Box Room', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R307': {name: 'Construction Site', location: 'Sewage Disposal', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
Expand Down Expand Up @@ -312,7 +313,7 @@ temp_DATABASE = {
'R504': {name: 'Trailer Station (With Trailer)', location: 'Vacant Factory 1F', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R505': {name: 'Trailer', location: 'Vacant Factory 1F', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R506': {name: 'Trailer Station (Without Trailer)', location: 'Vacant Factory 1F', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R507': {name: 'Factory Hidden Room', location: 'Vacant Factory 1F', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R507': {name: 'Factory Monitor Room', location: 'Vacant Factory 1F', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R508': {name: 'Underground Passage (Right)', location: 'Vacant Factory 1F', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},
'R509': {name: 'Trailer (Boss)', location: 'Vacant Factory', haveItemBox: !1, canSave: !1, gameStart: !1, gameEnd: !1},

Expand Down

0 comments on commit d01a802

Please # to comment.