Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Major Changelings (and presumably vampires) aren't immune to diseases
#3
(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/goonstati...se.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/goonstati...n.dm#L5757

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


Messages In This Thread
RE: Changelings (and prssumably vampires) aren't immune to diseases - by Noah Buttes - 06-12-2018, 08:49 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)