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

Криокапсулы #488

Closed
wants to merge 0 commits into from
Closed

Криокапсулы #488

wants to merge 0 commits into from

Conversation

RosSample
Copy link

@RosSample RosSample commented Aug 19, 2024

About The Pull Request

Добавляет капсулы криосна

Why It's Good For The Game

Освобождает слоты на командные роли и ИИ при их криосонировании (тело ССДшника можно отнести в крио через 30 минут после выхода) и дает муд бафф, если отвести спессменчика в спать в криокроватку.

Changelog

🆑
add: Добавлены криокапсулы
/:cl:

@github-actions github-actions bot added TGUI Добавление или изменение существующего интерфейса на базе фреймворка TGUI 🖌️ Спрайты Вы заработали свою миска-рис и кошко-жена. Партия гордится вами! labels Aug 19, 2024
@dj-34
Copy link
Collaborator

dj-34 commented Aug 20, 2024

Добавляет капсулы криосна, но их нужно будет расставить по картам :Fortune:

Так просто перенеси модульные изменения карт и закинь в конфиг автомаппера?

@github-actions github-actions bot added the 🗺️ Изменение Карты В этом ПРе затронут файл не станционной карты. Может и не один. label Aug 20, 2024
@RosSample
Copy link
Author

Добавляет капсулы криосна, но их нужно будет расставить по картам :Fortune:

Так просто перенеси модульные изменения карт и закинь в конфиг автомаппера?

Сделал :Fortune:

@Gaxeer Gaxeer added the RED LABEL ПР не может быть устаревшим. Но всем всё равно на него похуй. label Aug 22, 2024
code/game/gamemodes/objective.dm Outdated Show resolved Hide resolved
Comment on lines 3 to 8
//effect
playsound(loc, 'sound/magic/Repulse.ogg', 100, 1)
var/datum/effect_system/spark_spread/quantum/sparks = new
sparks.set_up(10, 1, loc)
sparks.attach(loc)
sparks.start()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Вынеси в отдельный прок

Comment on lines 10 to 15
//make a paper if need
if(with_paper)
var/obj/item/paper/cryo_paper = new /obj/item/paper(loc)
cryo_paper.name = "Уведомление - [name]"
cryo_paper.add_raw_text("Приносим искренние извинения, персону \"[name][job ? ", [job]," : ""]\" пришлось отправить в криогенное хранилище по причинам, которые на данный момент не могут быть уточнены.<br><br>С уважением,<br><i>Агентство Нанотрейзен по борьбе с SSD</i>")
cryo_paper.update_appearance()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Это тоже

Comment on lines 17 to 18
for(var/obj/machinery/cryopod/cryo in GLOB.valid_cryopods)
if(!cryo.occupant && cryo.state_open && !cryo.panel_open) //free, opened, and panel closed?
Copy link
Collaborator

Choose a reason for hiding this comment

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

Это тоже в прок уровня get_available_cryopod

Comment on lines 7 to 8
var/obj/machinery/computer/cryopod/target_console
for(var/obj/machinery/computer/cryopod/cryo_console in GLOB.cryopod_computers)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Аналогично

Comment on lines 1 to 2
/datum/mind
var/list/datum/objective/objectives = list()
Copy link
Collaborator

Choose a reason for hiding this comment

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

Зачем?

Copy link

@PhantornRU PhantornRU left a comment

Choose a reason for hiding this comment

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

Изменения из: code/game/gamemodes/objective.dm - перенести в модульность.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖌️ Спрайты Вы заработали свою миска-рис и кошко-жена. Партия гордится вами! RED LABEL ПР не может быть устаревшим. Но всем всё равно на него похуй. TGUI Добавление или изменение существующего интерфейса на базе фреймворка TGUI 🗺️ Изменение Карты В этом ПРе затронут файл не станционной карты. Может и не один.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants