-
-
Notifications
You must be signed in to change notification settings - Fork 417
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
Добавление звука телефона при его активации #13569
Conversation
Changelog status: ✔️ |
Че опять гит тупит то |
code/defines/obj/weapon.dm
Outdated
/obj/item/weapon/phone/attack_self(mob/user) | ||
if(cooldown <= world.time) | ||
cooldown = world.time + 10 | ||
to_chat(user, "<span class='notice'>Сalled.</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.
to_chat(user, "<span class='notice'>Сalled.</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.
А это чем тебе не понравилось?
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.
Добавил вместо каллед Ring.
Co-authored-by: LudwigVonChesterfield <[email protected]>
Co-authored-by: LudwigVonChesterfield <[email protected]>
звук там как пасхалка, смысла мало |
Описание изменений
Теперь при нажатии на телефон он издает свой звук
Почему и что этот ПР улучшит
Сейчас этот звук можно получить только если ударить им себя или кого то при этом получив урон, это не очень круто поэтому я добавил функцию обычной активации по руке
Авторство
Riverz
Чеинжлог
🆑Riverz