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

Фикс исследования НОВЫХ аспектов на культе (и еще кое-что) #13744

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

KIBORG04
Copy link
Member

Описание изменений

  • Тайтл
  • В описании не писались названия (особо не тестил, но вроде работает как надо, хз зач там инитиал был)

Почему и что этот ПР улучшит

Авторство

Чеинжлог

🆑 >///<

  • fix: Культ не мог исследовать новые аспекты

@TauKitty
Copy link
Contributor

Changelog status: ✔️

@TauKitty TauKitty added the Fix label Jan 25, 2025
@@ -114,7 +114,7 @@

to_chat(user, "<span class='notice'>Вы начали изучение [chosen_tech.info.name].</span>")

current_research = initial(chosen_tech.info.name)
current_research = chosen_tech.info.name
Copy link
Member Author

Choose a reason for hiding this comment

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

Фикс экзамайна

Comment on lines +75 to +77
var/list/L = list()
L[aspect_type] = 1
R.add_aspects(L)
Copy link
Member Author

Choose a reason for hiding this comment

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

aspect_type был строкой и все ломал 😢

@@ -145,6 +145,11 @@
favor_cost = 0
piety_cost = 100

/datum/building_agent/tech/aspect/New(name, icon, icon_state)
Copy link
Member Author

Choose a reason for hiding this comment

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

Прост для красоты

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.

2 participants