-
Notifications
You must be signed in to change notification settings - Fork 116
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
add: New cat plushies #1630
base: master
Are you sure you want to change the base?
add: New cat plushies #1630
Conversation
⣿⣿⣿⣿⣿⣿⣿⠿⠿⢛⣋⣙⣋⣩⣭⣭⣭⣭⣍⣉⡛⠻⢿⣿⣿⣿⣿ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Надо модульно, включая спрайты 😢
@@ -850,6 +850,36 @@ | |||
else | |||
return ..() | |||
|
|||
/obj/item/toy/plushie/catrazumist | |||
name = "Razumist Cat" | |||
desc = "Cat with warning cone on it. Wonder what do itself so smart?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Можно использовать русский в описании и репликах, да и в названии в целом
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Если сегодня будет время с разрабами поговорю как делать модули, я в этом деле дебютант
if(. || !COOLDOWN_FINISHED(src, cooldown)) | ||
return . | ||
var/razumisttext = pick("I know everything about everything, please ask me something!", "I'm feeling extra wise today!", "Mrow!", "Purr!") | ||
user.visible_message("<span class='notice'>[razumisttext]</span>") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вообще надо это заменить на atom_say
, как у /obj/item/toy/figure/crew
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И может выдать ттс через компонент
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
И может выдать ттс через компонент
Можно, но хотелось бы просто выводить фразу в чат. Я бы настоял на вывод фразочки в чат, но гляну что будет если через атом, сам ПР я портировал свой старый ПР с сс1984
Co-authored-by: Mikhail Dzianishchyts <[email protected]>
Co-authored-by: Mikhail Dzianishchyts <[email protected]>
Co-authored-by: Mikhail Dzianishchyts <[email protected]>
Co-authored-by: Mikhail Dzianishchyts <[email protected]>
well-well-well, дружище, давай-ка на апстрим это, либо модульно засунь, у нас есть модуль игрушек В общем, выбирай как считаешь лучше
|
Что этот PR делает
Почему это хорошо для игры
Наш самый креативный и творческий коллектив спрайтеров СС220 хочет оставить на себя приятную отсылку в виде игрушки котика, что носит шляпу из соломы, доули, а также разумисткий конус.
Имеют такие же свойства как и любые другие плюшевые игрушки
Название первой игрушки "Rice cat", а второй "Razumist cat".
Таким образом мы оставим довольно таки забавные спрайты в игре и вместе с ними отсылку на работников рисового поля, что пилят для билда новые
Изображения изменений
Тестирование
Зашёл Игру, заспавнил котиков, походил с ними, посмотрел спрайты в руках, объекта, описания, а также механ фраз при нажатии кнопки взаимодействия
Changelog
🆑
add: Добавлены игрушки кота в соломенной шляпе и котика в конусе
/:cl: