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

buffs synth biosuit to have xeno dissection burn protection #6958

Closed

Conversation

Nomoresolvalou
Copy link
Contributor

@Nomoresolvalou Nomoresolvalou commented Aug 17, 2024

About the pull request

the bio hood and biosuit found inside the synthetic snowflake vendor will now provide burn protection against xeno dissections. they can be mix and matched with the normal research biosuit as well.

Explain why it's good for the game

It is very annoying to constantly have to switch out your jacket for the research jacket every time you want to do a dissection on a xenomorph. This change will remove that annoyance for synths that wanna rock the biosuit.

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑 Nomoresolvalou

balance: synth biosuit now has xeno dissection burn protection.

/:cl:

@github-actions github-actions bot added the Balance You need to be a professional veteran game maintainer to comprehend what is being done here. label Aug 17, 2024
@@ -70,7 +70,7 @@
SPAN_NOTICE("[user] successfully destroys your carapace into bits and pieces using [tool]."),,
SPAN_NOTICE("[user] successfully destroys [target.caste_type] carapace into bits and pieces using [tool]."))
for(var/mob/living/carbon/human/victim in orange(1, target))
if(istype(victim.wear_suit, /obj/item/clothing/suit/bio_suit) && istype(victim.head, /obj/item/clothing/head/bio_hood))
if((istype(victim.wear_suit, /obj/item/clothing/suit/bio_suit) || istype(victim.wear_suit, /obj/item/clothing/suit/storage/synthbio)) && (istype(victim.head, /obj/item/clothing/head/bio_hood) || istype(victim.head, /obj/item/clothing/head/bio_hood/synth)))
Copy link
Contributor

@Zonespace27 Zonespace27 Aug 17, 2024

Choose a reason for hiding this comment

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

Turn this into a trait or component on clothing, this is gross

Copy link
Contributor Author

Choose a reason for hiding this comment

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

k will do

@Zonespace27
Copy link
Contributor

Closing because it doesn't make sense for a cosmetic biosuit to inconsistently act like a regular biosuit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Balance You need to be a professional veteran game maintainer to comprehend what is being done here.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants