-
Notifications
You must be signed in to change notification settings - Fork 442
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
qol: medical equipment translation #6172
base: master220
Are you sure you want to change the base?
qol: medical equipment translation #6172
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.
В целом хорошо, но есть парочку нюансов
косяков более не выявлено |
if(!beaker) | ||
return | ||
beaker.forceMove(loc) | ||
if(Adjacent(user) && !issilicon(user)) | ||
user.put_in_hands(beaker, ignore_anim = FALSE) | ||
balloon_alert(user, "ёмкость извлечена") |
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.
- Откуда ты взял, что альткликнет именно ливинг, а не просто моб (к примеру госты)
- почему первым делом и не проверяем аджасент юзера, заблокированность его рук? Зачем нам возможность достать бикер за 1000 км, а только потом проверять можем ли мы взять его в руки?
add_fingerprint(usr) | ||
if(M == usr) | ||
visible_message("[usr] начина[pluralize_ru(usr.gender,"ет","ют")] залезать в [declent_ru(ACCUSATIVE)].") | ||
else | ||
visible_message("[usr] начина[pluralize_ru(usr.gender,"ет","ют")] укладывать [M] в [declent_ru(ACCUSATIVE)].") | ||
|
||
if(!do_after(usr, 2 SECONDS, M)) | ||
return |
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.
этот прок вызывается не мобом, usra не будет. Будет рантайм, поэтому при вызове передавать в прок нужных сущностей и использовать их из параметра
Описание
Перевод описаний, взаимодействий, интерфейсов и сопутствующих элементов для медицинской машинерии и снаряжения. Также заменяет большую часть сообщений в чат на балун-алёрты и добавляет некоторой машинерии альт-клики (для извлечения бикера, например).
В данный момент готовы:
Ссылка на предложение/Причина создания ПР
Локализация с одобрения главлока - Вани
Демонстрация изменений
Тесты
Локалка, ТП в медбей, тык-тык в машины, тык-тык в интерфейсы.