-
Notifications
You must be signed in to change notification settings - Fork 440
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: Skills HUD and Science implants #3937
add: Skills HUD and Science implants #3937
Conversation
Добавляет два новых импланта для глаз.
Почитай и проблема решится сама собой, как только поймёшь принцип работы. |
У тебя по прежнему код не работает так, как нужно. Ты если единичку любому другому импланту пропишешь, оно работать не будет. Ты или класс переменной в цикле смени на родительский, или избавься от переменной scan_items, если функционал твоего объекта должен быть уникальным, потому как она тут лишняя будет. |
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.
Про-дол-жа-ем.
@@ -11,6 +11,7 @@ | |||
var/see_in_dark = 0 | |||
var/see_invisible = 0 | |||
var/lighting_alpha | |||
var/scan_items = 0 |
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.
scan_items
стоит заменить на scan_reagents
, чтобы не путалось. Ведь это только часть со сканированием реагентов.
@@ -11,6 +11,7 @@ | |||
var/see_in_dark = 0 | |||
var/see_invisible = 0 | |||
var/lighting_alpha | |||
var/scan_items = 0 | |||
|
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.
Далее тебе ещё нужно, чтобы худ видел техи предметов ведь. Это либо нужно actions_types = list(/datum/action/item_action/organ_action/"твой новый экшн")
и создать новую штуку, которая будет работать аналогично версии из научных очков, либо insert() remove()
проки заставлять выдавать персонажу "видимость технологий" или как её там. Проблема будет в /datum/action/item_action/toggle_research_scanner
, который напрочь убирает "видимость технологий" при снятии или переключении очков. Давай-давай, работай дальше.
фикс Co-authored-by: Daeberdir <[email protected]>
Описание
Добавляет два новых импланта с Skills HUD'ом и Science. Импланты можно напечатать в протолате и мехфабе. Так же импланты будут лежать в шкафах глав. Science - СМО и РД, Skills HUD - все главы, исключая ГСБ.
Ссылка на предложение/Причина создания ПР
https://discord.com/channels/617003227182792704/755125334097133628/1171850370109157437
Демонстрация изменений