An error occurred while fetching the assigned milestone of the selected merge_request.
Gas the meatbags race war now.
- Removes vox healing from nitrogen reagent.
- Made vox equivalents for Dexalin (Vexalin), Dexalin plus (Vexalin Plus), and Inaprovaline (Invaxovaline).
- They're made the same as their meatbag counterpart except with nitrogen instead of oxygen.
- Only work for vox, meatbags completely unaffected.
- Dex (plus) now kills vox properly.
- Adds a truly majestic shriek to vox, from paradise.
I need a changelog and get the wiki update ready. (when pomf wants to merge it.)
Merge request reports
Activity
651 else 652 else if(!(alien in ignore_species)) 652 653 if(M.losebreath >= 10) 653 654 M.losebreath = max(10, M.losebreath-5) 654 655 655 656 holder.remove_reagent(src.id, 0.5 * REAGENTS_METABOLISM) 656 return 657 658 //Not to be confused with inaprovaline 659 /datum/reagent/inaprovaline/vox 660 name = "Invaxovaline" 661 id = "inaprovaline_vox" 662 description = "Invaxovaline is a synaptic stimulant and cardiostimulant. Commonly used to stabilize patients. Only works on vox." 663 color = "#FAA5C8" // rgb: 250, 165, 200 664 tox_species = list() 665 ignore_species = list(1, 3) 1751 1764 description = "Dexalin is used in the treatment of oxygen deprivation." 1752 1765 reagent_state = LIQUID 1753 1766 color = "#C8A5DC" // rgb: 200, 165, 220 1767 var/list/tox_species = list(2) Added Awaiting Feedback label
Please register or sign in to reply