Skip to content

Commit

Permalink
add: Добавление map: иконки в чейнджлог (#6484)
Browse files Browse the repository at this point in the history
* add: Map Icon Changelog

* bundle

* prettier
  • Loading branch information
BeebBeebBoob authored Jan 28, 2025
1 parent 850394a commit 598786f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ add: new lavaland elite mob
- **bugfix:** если Вы исправили некий баг
- **code_imp:** если имплементируете новое для билда, не меняя при этом ничего в самой игре.
- **config:** если меняете перестановку конфигов или меняете работу SQL. (По этому поводу обращаться стоит с хосту)
- **map** если вы меняете только карту
- **imageadd:** если просто поменяли спрайты, без затрагивания кода
- **soundadd:** если просто добавили новые звуки, без затрагивания кода
- **spellcheck:** если исправляете грамматику в коде.
Expand Down
1 change: 1 addition & 0 deletions tgui/packages/tgui/interfaces/Changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const icons = {
image: { icon: 'image', color: 'green' },
imageadd: { icon: 'tg-image-plus', color: 'green' },
imagedel: { icon: 'tg-image-minus', color: 'red' },
map: { icon: 'map-location-dot', color: 'green' },
qol: { icon: 'hand-holding-heart', color: 'green' },
refactor: { icon: 'tools', color: 'green' },
rscadd: { icon: 'check-circle', color: 'green' },
Expand Down
2 changes: 1 addition & 1 deletion tgui/public/tgui.bundle.js

Large diffs are not rendered by default.

0 comments on commit 598786f

Please sign in to comment.