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

Vampires #141

Closed
wants to merge 17 commits into from
Closed

Vampires #141

wants to merge 17 commits into from

Conversation

Huz2e
Copy link
Owner

@Huz2e Huz2e commented Jun 29, 2024

Позаимствовано (нагло спизженно) у YogStation.

@Huz2e Huz2e marked this pull request as ready for review June 30, 2024 16:54
Copy link

@Artemchik542 Artemchik542 left a comment

Choose a reason for hiding this comment

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

сам код не проверял

code/modules/jobs/job_types/chaplain/chaplain_nullrod.dm Outdated Show resolved Hide resolved
code/modules/mob/living/carbon/human/human_defense.dm Outdated Show resolved Hide resolved
code/modules/reagents/chemistry/reagents/other_reagents.dm Outdated Show resolved Hide resolved
code/modules/spells/spell.dm Show resolved Hide resolved
Comment on lines +388 to +393
//MASSMETA EDIT ADDITION START (vampires)
/datum/action/cooldown/spell/proc/consume_resource()
if(!bypass_cost && owner.mind && LAZYLEN(resource_costs))
SEND_SIGNAL(owner.mind, COMSIG_MIND_SPEND_ANTAG_RESOURCE, resource_costs)
//MASSMETA EDIT ADDITION END(vampires)

Choose a reason for hiding this comment

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

тоже в модуль можно

Copy link
Owner Author

Choose a reason for hiding this comment

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

нельзя, выше в файле используется

Copy link
Owner Author

Choose a reason for hiding this comment

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

ну хотя.. прок можно, наверное, посмотрю потом

@@ -17,6 +17,7 @@
#define ROLE_TRAITOR "Traitor"
#define ROLE_WIZARD "Wizard"
#define ROLE_SPY "Spy"
#define ROLE_VAMPIRE "Vampire" // MASSMETA EDIT ADDITION (vampires)

Choose a reason for hiding this comment

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

Возможно ли это вынести в модульные дефайны?

@Huz2e Huz2e closed this Oct 26, 2024
@Huz2e Huz2e reopened this Oct 26, 2024
@Huz2e Huz2e closed this Oct 26, 2024
@Huz2e Huz2e deleted the vampires branch October 26, 2024 16:23
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