Skip to content

Species fixan.

Rob Nelson requested to merge pull/2962/SpecFixes into Bleeding-Edge

Created by: ComicIronic

Removed NO_BLOOD from Vox. They bleed their pretty blue now. Added NO_BLOOD to manifested ghosts. Changed instances of WHITELISTED to IS_WHITELISTED. Since WHITELISTED occupied the same value as NO_BLOOD, it was causing unintended behaviour. To clarify:

  • NOBLOOD is for items. NO_BLOOD is for species.
  • WHITELISTED is for languages or something. IS_WHITELISTED is for species.

Fixes #2950 (closed).

Merge request reports