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

улучшение играбельности слаймолюдей #12730

Closed
wants to merge 10 commits into from
5 changes: 0 additions & 5 deletions code/modules/reagents/reagent_types/Chemistry-Toxic.dm
Expand Up @@ -766,13 +766,8 @@
if(H.set_species(SLIME))
to_chat(H, "<span class='warning'>Your flesh mutates and you feel free!</span>")
for(var/obj/item/organ/external/BP in H.bodyparts)
BP.status = 0
for(var/obj/item/organ/internal/BP in H.organs)
BP.rejuvenate()
H.restore_blood()
if(31 to 50)
M.heal_bodypart_damage(0,5)
M.adjustOxyLoss(-2 * REM)
Comment on lines -769 to -775
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.

эм там напрямую идет реджув практически всего, смысл нам лечить ещё что-то?

Copy link
Contributor

Choose a reason for hiding this comment

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

реджув только конечностей идет
вся проблема комы после токсина - регена оксиурона нет из-за проверки на расу слайма в начале прока
очевидно, что в 30 тике ставится раса слайма и все что происходит в 31-50 - не работает


/datum/reagent/aslimetoxin
name = "Advanced Mutation Toxin"
Expand Down