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

Re-Grow - limb regeneration for campaign #16833

Merged
merged 4 commits into from
Dec 24, 2024
Merged

Conversation

Lumipharon
Copy link
Contributor

@Lumipharon Lumipharon commented Dec 21, 2024

About The Pull Request

Added Re-Grow injectors to medic's advanced chem secondary kit.
The injector has 6 doses, each dose on inject will regenerate ALL missing limbs on the subject. New limbs are biotic however, so are weaker than standard.

Also fixed a couple of minor loadout bugs.
Fixed duplicate 'extra ammo' secondary for medics, and it not being the default choice as intended.
Fixes #16817 The COPE sentry secondary having TGMC sentry ammo in it.

Why It's Good For The Game

I still prefer for delimbs to be in HvH, but some weapons make it a bit too easy to achieve. This adds some counterplay and further increases the usefulness of medics.

Changelog

🆑
add: Campaign: Added Re-Grow to advanced med secondary kit, allowing for regeneration of missing limbs
fix: Campaign: Fixed a couple of minor secondary kit bugs
/:cl:

@tgstation-server tgstation-server added Fix Fixes an issue with the game. Feature New interesting mechanics with new interesting bugs labels Dec 21, 2024
custom_metabolism = REAGENTS_METABOLISM * 5

/datum/reagent/medicine/regrow/on_mob_add(mob/living/L, metabolism)
if(volume > 5 || L.stat == DEAD || (!ishuman(L)))
Copy link
Contributor

Choose a reason for hiding this comment

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

Probably should be < 5?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@@ -139,7 +139,7 @@

/datum/loadout_item/secondary/kit/som_corpsman/advanced
name = "Advanced meds"
desc = "A variety of advanced medical injectors including Russian Red, as well as rezadone, a powerful chemical able to treat genetic damage in humanoids."
desc = "A variety of advanced medical injectors including Russian Red, rezadone and Re-Grow, allowing for the treatment cloneloss and missing limbs."
Copy link
Contributor

Choose a reason for hiding this comment

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

treatment of cloneloss

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ye?

Copy link
Contributor

Choose a reason for hiding this comment

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

as in the word 'of' is missing right now

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oh @Arturlang just make a change suggestion nerd, I can't read.

@Technical-l
Copy link
Contributor

science wins again

@QualityVan QualityVan merged commit bd222c2 into tgstation:master Dec 24, 2024
40 checks passed
github-actions bot added a commit that referenced this pull request Dec 24, 2024
@Lumipharon Lumipharon deleted the regrow branch December 24, 2024 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New interesting mechanics with new interesting bugs Fix Fixes an issue with the game.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Som engineer gets TGMC setrnty ammo
5 participants