Skip to content

Commit d508697

Browse files
authored
Update index.html
1 parent 168f934 commit d508697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2 style="color: var(--primary); text-transform: uppercase; margin-bottom: 20px
125125
<script>
126126
const tradersData = [
127127
{ id: 'generalist', name: 'Снабженец', loc: 'Village (Деревня)', img: 'generalist.png', pics: ['generalist-base.png', null, null] },
128-
{ id: 'doctor', name: 'Доктор', loc: 'School (Школа)', img: 'doctor.png', pics: ['school-trader.png', 'coridor-doctor.png', 'cabinet-doctor.png'] },
128+
{ id: 'doctor', name: 'Доктор', loc: 'School (Школа) 3 этаж', img: 'doctor.png', pics: ['school-trader.png', 'coridor-doctor.png', 'cabinet-doctor.png'] },
129129
{ id: 'gunsmith', name: 'Оружейник', loc: 'Outpost (Аванпост)', img: 'gunsmith.png', pics: ['gunsmith-base.png', 'gun-rack.png', 'workbench.png'] }
130130
];
131131

0 commit comments

Comments
 (0)