Skip to content
Snippets Groups Projects

Gas the meatbags race war now.

Closed username-removed-202365 requested to merge PJB3005/vgstation:SKREEEEEEEEEEE into Bleeding-Edge
  • 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
640 640 reagent_state = LIQUID
641 641 color = "#C8A5DC" // rgb: 200, 165, 220
642 642 overdose = REAGENTS_OVERDOSE*2
643 var/list/tox_species = list(2)
  • 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)
    • And again here.

      Additionally, this is beginning to look like a common trend; Consider moving tox_species and ignore_species to /datum/reagent.

  • Please register or sign in to reply
    Loading