Skip to content
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

Нерф телепортирования при помощи БС кристалов #5301

Merged
merged 2 commits into from
Jan 18, 2025

Conversation

Axidyuwu
Copy link
Contributor

@Axidyuwu Axidyuwu commented Jan 17, 2025

О Pull Request

Теперь телепортирование на БС кристалах будет накидывать 15 отвращения за каждое применение, для понимания 50 отвращения дает шанс начать блевать, муддебаф и экран начинает крутить. Ну и да, меня попросили перекинуть этот ПР сюда.

Как это может улучшить/повлиять на игровой процесс/ролевую игру

Меньше антагов на миллионе БС кристалов уху!!

Доказательства тестирования

Я проверил, облевал все что можно!!

Скриншоты/Видео

Changelog

🆑
balance: bluespace crystals now stack disgust on use
/:cl:

Нателепортировались и рыгаем
@@ -37,6 +37,7 @@
new /obj/effect/particle_effect/sparks(loc)
playsound(loc, SFX_PORTAL_ENTER, 50, TRUE, SHORT_RANGE_SOUND_EXTRARANGE)
blink_mob(user)
user.adjust_disgust(15) // FLUFFY FRONTIER ADDITION: BLUESPACE CRYSTAL NERF 5301
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Зачем

@@ -49,6 +50,8 @@
new /obj/effect/particle_effect/sparks(T)
playsound(loc, SFX_PORTAL_ENTER, 50, TRUE, SHORT_RANGE_SOUND_EXTRARANGE)
if(isliving(hit_atom))
var/mob/living/our_living = hit_atom // FLUFFY FRONTIER ADDITION: BLUESPACE CRYSTAL NERF 5301
our_living.adjust_disgust(15) // FLUFFY FRONTIER ADDITION: BLUESPACE CRYSTAL NERF 5301
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

дважды?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это при кидке в кого то что бы накидывало так же как и при обычном использовании

@FeenieRU FeenieRU merged commit a293115 into Fluffy-Frontier:master Jan 18, 2025
29 checks passed
AnywayFarus added a commit that referenced this pull request Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants