Skip to content

Removes /tg/ zombie infection outbreak - #1460

Open
chazzyjazzy wants to merge 4 commits into
DarkPack13:masterfrom
chazzyjazzy:romerol
Open

Removes /tg/ zombie infection outbreak#1460
chazzyjazzy wants to merge 4 commits into
DarkPack13:masterfrom
chazzyjazzy:romerol

Conversation

@chazzyjazzy

Copy link
Copy Markdown
Contributor

About The Pull Request

someone abused this and caused an actual ss13 zombie outbreak with all the npcs

Why It's Good For The Game

griefers

Changelog

🆑

fix: gets rid of /tg/ style zombie outbreaks forever hopefully

/:cl:

@chazzyjazzy
chazzyjazzy requested a review from a team as a code owner August 24, 2026 08:20

@FalloutFalcon FalloutFalcon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

So the issue is a reversion due to
tgstation/tgstation#97021
but the new behavior means we should just be able to use the status effect rather then changing species which avoids some jank around species overlaps with blood form or garou or anything
Image

The status effect should avoid adding any infection behavoir as well I believe but should double check.

@chazzyjazzy

Copy link
Copy Markdown
Contributor Author

So the issue is a reversion due to tgstation/tgstation#97021 but the new behavior means we should just be able to use the status effect rather then changing species which avoids some jank around species overlaps with blood form or garou or anything Image

The status effect should avoid adding any infection behavoir as well I believe but should double check.

the status effect's on_apply is where the organs are inserted, i changed the necro ritual to apply the status effect anyway

@FalloutFalcon FalloutFalcon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Really supprised thats not a bool on the mob. Does that mean even the TG halloween zombies can spread the infection? that seems uncharacteristic which makes me suspect something is wrong here..

id = SPECIES_ZOMBIE
changesource_flags = MIRROR_BADMIN | WABBAJACK | MIRROR_PRIDE | MIRROR_MAGIC | ERT_SPAWN
mutanttongue = /obj/item/organ/tongue/zombie // not necessary as status effect gives it, but for tests
//mutanttongue = /obj/item/organ/tongue/zombie // not necessary as status effect gives it, but for tests DARKPACK EDIT REMOVE - Removes /tg/ zombie outbreaks

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This seems un-needed

Suggested change
//mutanttongue = /obj/item/organ/tongue/zombie // not necessary as status effect gives it, but for tests DARKPACK EDIT REMOVE - Removes /tg/ zombie outbreaks
mutanttongue = /obj/item/organ/tongue/zombie // not necessary as status effect gives it, but for tests

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

it makes them unable to talk im pretty sure, like saying 'hngh' whenever they type a message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants