Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OPTIONAL, TGUI] Emote panel #453

Merged
merged 11 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modular_ss220/emotes/_emotes.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/datum/modpack/emotes
name = "Панель эмоций"
desc = "Добавляет панель эмоций в меню"
author = "furior"
desc = "Добавляет панель эмоций в меню. Добавляет опциональное ТГУИ меню эмоций в IC"
author = "furior, larentoun, Aylong"
3 changes: 3 additions & 0 deletions modular_ss220/emotes/_emotes.dme
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#include "_emotes.dm"

#include "code/emote_keybindings.dm"
#include "code/emote_panel_names.dm"
#include "code/emote_panel.dm"
#include "code/emote.dm"
#include "code/emote_verbs.dm"
#include "code/emote_translations.dm"
Expand Down
Loading
Loading