Goonstation Forums
Major Changelings (and presumably vampires) aren't immune to diseases - Printable Version

+- Goonstation Forums (https://forum.ss13.co)
+-- Forum: Discussion (https://forum.ss13.co/forumdisplay.php?fid=6)
+--- Forum: Bug Reports (https://forum.ss13.co/forumdisplay.php?fid=9)
+--- Thread: Major Changelings (and presumably vampires) aren't immune to diseases (/showthread.php?tid=10652)



Changelings (and presumably vampires) aren't immune to diseases - Noah Buttes - 06-12-2018

I don't know if this applies to pathology based diseases, but it certainly applies to old style diseases like kuru

Steps to reproduce:
1. Be a changeling
2. Ingest a sufficient dose of prions
3. Get infected with kuru
4. Suffer a fate worse than death as you keep losing limbs only to regrow them without ever quite dying.


RE: Changelings (and prssumably vampires) aren't immune to diseases - warcrimes - 06-12-2018

not only is this a "feature", it's also a fuckin BIG mood.


RE: Changelings (and prssumably vampires) aren't immune to diseases - Noah Buttes - 06-12-2018

(06-12-2018, 07:49 AM)John Warcrimes Wrote: not only is this a "feature", it's also a fuckin BIG mood.

It's not a feature though.

See:
https://github.com/goonstation/goonstation-2016/blob/goonstation-2016-byond510/code/datums/disease.dm#L355

Code:
    if (ischangeling(src) || isvampire(src) || src.nodamage)
        //Vampires and changelings are immune to disease, as are the godmoded.
        //This is here rather than in the resistance check proc because otherwise certain things could bypass the
        //hard immunity these folks are supposed to have
        return null

and
https://github.com/goonstation/goonstation-2016/blob/goonstation-2016-byond510/code/mob/living/carbon/human.dm#L5757

Code:
    if (ischangeling(src) || isvampire(src)) // Vampires were missing here. They're immune to old-style diseases too (Convair880).
        return 0



RE: Changelings (and prssumably vampires) aren't immune to diseases - warcrimes - 06-12-2018

No not feature, "feature".
and a big fuckin' mood too.
It should maybe be changed but not necessarily fixed imo, there's mad flavor in a DNA monster that rearranges its proteins at will getting a prion infection and having all its body parts start shitting the bed, maybe less devastatingly but dropping limbs constantly sounds like fun.


RE: Changelings (and prssumably vampires) aren't immune to diseases - Noah Buttes - 06-12-2018

(06-12-2018, 08:53 AM)John Warcrimes Wrote: and a big fuckin' mood too.

Okay, I really don't know what this means, could you explain?


RE: Changelings (and prssumably vampires) aren't immune to diseases - warcrimes - 06-12-2018

sorry im just shitposting right now but here's the urbdick:
https://www.urbandictionary.com/define.php?term=Mood

"Haha i'm also falling apart"
But seriously though this sounds really cool and I've never seen it, is it in 2016 code ?


RE: Changelings (and prssumably vampires) aren't immune to diseases - Noah Buttes - 06-12-2018

(06-12-2018, 09:36 AM)John Warcrimes Wrote: sorry im just shitposting right now but here's the urbdick:
https://www.urbandictionary.com/define.php?term=Mood

"Haha i'm also falling apart"
But seriously though this sounds really cool and I've never seen it, is it in 2016 code ?

Kuru can inflict enough brute damage in one sitting to proc limb removal.

A changeling's speed regen is usually fast enough to keep you from dying. It also regenerates any limbs you may have lost.

This bug is not present in 2016 code, no.