-
Notifications
You must be signed in to change notification settings - Fork 132
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
Both Ears Cigs #1759
base: master
Are you sure you want to change the base?
Both Ears Cigs #1759
Conversation
Reviewer's Guide by SourceryThis pull request introduces the ability to store cigarettes in the ear slots. Class diagram showing updated cigarette item slot flagsclassDiagram
class CigaretteItem {
+icon_state: string
+item_state: string
+throw_speed: float
+slot_flags: ITEM_SLOT_MASK | ITEM_SLOT_BOTH_EARS
+w_class: WEIGHT_CLASS_TINY
+body_parts_covered: null
+attack_verb: null
}
note for CigaretteItem "Added ITEM_SLOT_BOTH_EARS flag
to allow cigarettes to be
stored behind ears"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
![:finnadie: :finnadie:](https://github.githubassets.com/images/icons/emoji/finnadie.png)
Снова? Иди проверяй, чтоб ухом курить нельзя было |
проверил, в куклу реагенты не вводились |
А я понял что имелось в виду, курить да, можно, но реагенты не поступают, исправим |
Сделай присвоение флага модульно или на оффы тогда. По приколу можешь еще сделать, чтоб заженная сигарета за ухом дамажила, если хочешь |
This pull request seems to be stale as there have been no changes in 14 days, please make changes within 7 days or the PR will be closed. If you believe this is a mistake, please inform a development team member on Discord. |
![:finnadie: :finnadie:](https://github.githubassets.com/images/icons/emoji/finnadie.png)
Что этот PR делает
Даёт возможность хранить сигарету за ухом.
Почему это хорошо для игры
Удобство, теперь можно хранить сигарету за ухом.
Тестирование
Локалка, сигареты можно было класть за ухо. При компиле ошибок нет (Первый ПР не судите строго)
Changelog
🆑
tweak: Добавил возможность класть сигареты в слот ушей
/:cl:
Summary by Sourcery
New Features: