-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1467 from Yawn-Wider/voreupdate
Voreupdate [MDB IGNORE] [IDB IGNORE]
- Loading branch information
Showing
627 changed files
with
53,693 additions
and
10,274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,3 +160,5 @@ | |
. = ..() | ||
if(panel_open) | ||
. += "The maintenance hatch is open." | ||
|
||
#undef HEATER_PERF_MULT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#define SDQL2_VALID_OPTION_TYPES list("proccall", "select", "priority", "autogc") | ||
#define SDQL2_VALID_OPTION_VALUES list("async", "blocking", "force_nulls", "skip_nulls", "high", "normal", "keep_alive") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#define AB_CHECK_RESTRAINED 1 | ||
#define AB_CHECK_STUNNED 2 | ||
#define AB_CHECK_LYING 4 | ||
#define AB_CHECK_ALIVE 8 | ||
#define AB_CHECK_INSIDE 16 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define AIRLOCK_CONTROL_RANGE 22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
//Gun loading types | ||
#define SINGLE_CASING 1 //The gun only accepts ammo_casings. ammo_magazines should never have this as their mag_type. | ||
#define SPEEDLOADER 2 //Transfers casings from the mag to the gun when used. | ||
#define MAGAZINE 4 //The magazine item itself goes inside the gun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#define IC_COMPONENTS_BASE 20 | ||
#define IC_COMPLEXITY_BASE 60 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
//TG blueprints. | ||
#define AREA_ERRNONE 0 | ||
#define AREA_STATION 1 | ||
#define AREA_SPACE 2 | ||
#define AREA_SPECIAL 3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
//Define a macro that we can use to assemble all the circuit board names | ||
#define T_BOARD(name) "circuit board (" + (name) + ")" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define CLONE_BIOMASS 30 //VOREstation Edit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#define FORWARD -1 | ||
#define BACKWARD 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
|
||
#define RIOTS 1 | ||
#define WILD_ANIMAL_ATTACK 2 | ||
#define INDUSTRIAL_ACCIDENT 3 | ||
#define BIOHAZARD_OUTBREAK 4 | ||
#define PIRATES 6 | ||
#define CORPORATE_ATTACK 7 | ||
#define ALIEN_RAIDERS 8 | ||
#define AI_LIBERATION 9 | ||
#define MOURNING 10 | ||
#define CULT_CELL_REVEALED 11 | ||
#define SECURITY_BREACH 12 | ||
#define ANIMAL_RIGHTS_RAID 13 | ||
#define FESTIVAL 14 | ||
|
||
#define SECURITY 1 | ||
#define FOOD 2 | ||
#define ANIMALS 3 | ||
#define MINERALS 4 | ||
#define EMERGENCY 5 | ||
#define GASEOUS 6 | ||
#define MAINTENANCE 7 | ||
#define ROBOTICS 8 | ||
#define BIOMEDICAL 9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
#define EQUIPMENT(n, o, p) n = new /datum/data/mining_equipment(n, o, p) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#define EVENT_CHAOS_THRESHOLD_HIGH_IMPACT 25 | ||
#define EVENT_CHAOS_THRESHOLD_MEDIUM_IMPACT 50 | ||
#define EVENT_CHAOS_THRESHOLD_LOW_IMPACT 100 | ||
#define EVENT_CHAOS_THRESHOLD_LOW_IMPACT 100 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define PROCESS_REACTION_ITER 5 //when processing a reaction, iterate this many times |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#define MALFUNCTION_TEMPORARY 1 | ||
#define MALFUNCTION_PERMANENT 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#define GET_RANDOM_JOB 0 | ||
#define BE_ASSISTANT 1 | ||
#define RETURN_TO_LOBBY 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
#define JUKEMODE_NEXT 1 // Advance to next song in the track list | ||
#define JUKEMODE_RANDOM 2 // Not shuffle, randomly picks next each time. | ||
#define JUKEMODE_REPEAT_SONG 3 // Play the same song over and over | ||
#define JUKEMODE_PLAY_ONCE 4 // Play, then stop. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//Note that gas heat damage is only applied once every FOUR ticks. | ||
#define HEAT_GAS_DAMAGE_LEVEL_1 2 //Amount of damage applied when the current breath's temperature just passes the 360.15k safety point | ||
#define HEAT_GAS_DAMAGE_LEVEL_2 4 //Amount of damage applied when the current breath's temperature passes the 400K point | ||
#define HEAT_GAS_DAMAGE_LEVEL_3 8 //Amount of damage applied when the current breath's temperature passes the 1000K point | ||
|
||
#define COLD_GAS_DAMAGE_LEVEL_1 0.5 //Amount of damage applied when the current breath's temperature just passes the 260.15k safety point | ||
#define COLD_GAS_DAMAGE_LEVEL_2 1.5 //Amount of damage applied when the current breath's temperature passes the 200K point | ||
#define COLD_GAS_DAMAGE_LEVEL_3 3 //Amount of damage applied when the current breath's temperature passes the 120K point | ||
|
||
#define COLD_ALERT_SEVERITY_LOW 1 // Constants passed to the cold and heat alerts. | ||
#define COLD_ALERT_SEVERITY_MODERATE 2 | ||
#define COLD_ALERT_SEVERITY_MAX 3 | ||
#define ENVIRONMENT_COMFORT_MARKER_COLD 1 | ||
|
||
#define HOT_ALERT_SEVERITY_LOW 1 | ||
#define HOT_ALERT_SEVERITY_MODERATE 2 | ||
#define HOT_ALERT_SEVERITY_MAX 3 | ||
#define ENVIRONMENT_COMFORT_MARKER_HOT 2 | ||
|
||
#define TECHNOMANCER_INSTABILITY_MIN_GLOW 10 // When above this number, the entity starts glowing, affecting others. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#define MECHA_INT_FIRE 1 | ||
#define MECHA_INT_TEMP_CONTROL 2 | ||
#define MECHA_INT_SHORT_CIRCUIT 4 | ||
#define MECHA_INT_TANK_BREACH 8 | ||
#define MECHA_INT_CONTROL_LOST 16 | ||
|
||
#define MECHA_PROC_MOVEMENT 1 | ||
#define MECHA_PROC_DAMAGE 2 | ||
#define MECHA_PROC_INT_TEMP 4 | ||
|
||
#define MELEE 1 | ||
#define RANGED 2 | ||
|
||
#define MECH_FACTION_NT "nano" | ||
#define MECH_FACTION_SYNDI "syndi" | ||
#define MECH_FACTION_NONE "none" | ||
|
||
//Mecha Equipment | ||
#define EQUIP_HULL "hull" | ||
#define EQUIP_WEAPON "weapon" | ||
#define EQUIP_UTILITY "utility" | ||
#define EQUIP_SPECIAL "core" | ||
//VOREStation Addition begin: MICROMECHS | ||
#define EQUIP_MICRO_UTILITY "micro_utility" | ||
#define EQUIP_MICRO_WEAPON "micro_weapon" | ||
//VOREStation Addition end: MICROMECHS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define OBSERVER_EVENT_DESTROY "OnDestroy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
#define PROCESS_ACCURACY 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#define PP_FUNCTIONAL 0 | ||
#define PP_BROKEN 1 | ||
#define PP_MISSING 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
#define PERSISTENCE_VARIABLE_TOKEN_LENGTH -1 | ||
#define PERSIST_SPAWN 0x01 // Persist spawnpoint based on location of despawn/logout. | ||
#define PERSIST_WEIGHT 0x02 // Persist mob weight | ||
#define PERSIST_ORGANS 0x04 // Persist the status (normal/amputated/robotic/etc) and model (for robotic) status of organs | ||
#define PERSIST_MARKINGS 0x08 // Persist markings | ||
#define PERSIST_SIZE 0x10 // Persist size | ||
#define PERSIST_COUNT 5 // Number of valid bits in this bitflag. Keep this updated! | ||
#define PERSIST_DEFAULT PERSIST_SPAWN|PERSIST_ORGANS|PERSIST_MARKINGS|PERSIST_SIZE // Default setting for new folks |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,47 @@ | ||
#define WEATHER_PARTY "party" | ||
#define WEATHER_PARTY "party" | ||
|
||
//Atmosphere properties | ||
#define VIRGO3B_ONE_ATMOSPHERE 82.4 //kPa | ||
#define VIRGO3B_AVG_TEMP 234 //kelvin | ||
|
||
#define VIRGO3B_PER_N2 0.16 //percent | ||
#define VIRGO3B_PER_O2 0.00 | ||
#define VIRGO3B_PER_N2O 0.00 //Currently no capacity to 'start' a turf with this. See turf.dm | ||
#define VIRGO3B_PER_CO2 0.12 | ||
#define VIRGO3B_PER_PHORON 0.72 | ||
|
||
//Math only beyond this point | ||
#define VIRGO3B_MOL_PER_TURF (VIRGO3B_ONE_ATMOSPHERE*CELL_VOLUME/(VIRGO3B_AVG_TEMP*R_IDEAL_GAS_EQUATION)) | ||
#define VIRGO3B_MOL_N2 (VIRGO3B_MOL_PER_TURF * VIRGO3B_PER_N2) | ||
#define VIRGO3B_MOL_O2 (VIRGO3B_MOL_PER_TURF * VIRGO3B_PER_O2) | ||
#define VIRGO3B_MOL_N2O (VIRGO3B_MOL_PER_TURF * VIRGO3B_PER_N2O) | ||
#define VIRGO3B_MOL_CO2 (VIRGO3B_MOL_PER_TURF * VIRGO3B_PER_CO2) | ||
#define VIRGO3B_MOL_PHORON (VIRGO3B_MOL_PER_TURF * VIRGO3B_PER_PHORON) | ||
|
||
//Turfmakers | ||
#define VIRGO3B_SET_ATMOS nitrogen=VIRGO3B_MOL_N2;oxygen=VIRGO3B_MOL_O2;carbon_dioxide=VIRGO3B_MOL_CO2;phoron=VIRGO3B_MOL_PHORON;temperature=VIRGO3B_AVG_TEMP | ||
#define VIRGO3B_TURF_CREATE(x) x/virgo3b/nitrogen=VIRGO3B_MOL_N2;x/virgo3b/oxygen=VIRGO3B_MOL_O2;x/virgo3b/carbon_dioxide=VIRGO3B_MOL_CO2;x/virgo3b/phoron=VIRGO3B_MOL_PHORON;x/virgo3b/temperature=VIRGO3B_AVG_TEMP;x/virgo3b/outdoors=TRUE;x/virgo3b/update_graphic(list/graphic_add = null, list/graphic_remove = null) return 0 | ||
#define VIRGO3B_TURF_CREATE_UN(x) x/virgo3b/nitrogen=VIRGO3B_MOL_N2;x/virgo3b/oxygen=VIRGO3B_MOL_O2;x/virgo3b/carbon_dioxide=VIRGO3B_MOL_CO2;x/virgo3b/phoron=VIRGO3B_MOL_PHORON;x/virgo3b/temperature=VIRGO3B_AVG_TEMP | ||
|
||
//Atmosphere properties | ||
#define VIRGO3BB_ONE_ATMOSPHERE 101.325 //kPa | ||
#define VIRGO3BB_AVG_TEMP 293.15 //kelvin | ||
|
||
#define VIRGO3BB_PER_N2 0.78 //percent | ||
#define VIRGO3BB_PER_O2 0.21 | ||
#define VIRGO3BB_PER_N2O 0.00 //Currently no capacity to 'start' a turf with this. See turf.dm | ||
#define VIRGO3BB_PER_CO2 0.01 | ||
#define VIRGO3BB_PER_PHORON 0.00 | ||
|
||
//Math only beyond this point | ||
#define VIRGO3BB_MOL_PER_TURF (VIRGO3BB_ONE_ATMOSPHERE*CELL_VOLUME/(VIRGO3BB_AVG_TEMP*R_IDEAL_GAS_EQUATION)) | ||
#define VIRGO3BB_MOL_N2 (VIRGO3BB_MOL_PER_TURF * VIRGO3BB_PER_N2) | ||
#define VIRGO3BB_MOL_O2 (VIRGO3BB_MOL_PER_TURF * VIRGO3BB_PER_O2) | ||
#define VIRGO3BB_MOL_N2O (VIRGO3BB_MOL_PER_TURF * VIRGO3BB_PER_N2O) | ||
#define VIRGO3BB_MOL_CO2 (VIRGO3BB_MOL_PER_TURF * VIRGO3BB_PER_CO2) | ||
#define VIRGO3BB_MOL_PHORON (VIRGO3BB_MOL_PER_TURF * VIRGO3BB_PER_PHORON) | ||
|
||
//Turfmakers | ||
#define VIRGO3BB_SET_ATMOS nitrogen=VIRGO3BB_MOL_N2;oxygen=VIRGO3BB_MOL_O2;carbon_dioxide=VIRGO3BB_MOL_CO2;phoron=VIRGO3BB_MOL_PHORON;temperature=VIRGO3BB_AVG_TEMP | ||
#define VIRGO3BB_TURF_CREATE(x) x/virgo3b_better/nitrogen=VIRGO3BB_MOL_N2;x/virgo3b_better/oxygen=VIRGO3BB_MOL_O2;x/virgo3b_better/carbon_dioxide=VIRGO3BB_MOL_CO2;x/virgo3b_better/phoron=VIRGO3BB_MOL_PHORON;x/virgo3b_better/temperature=VIRGO3BB_AVG_TEMP;x/virgo3b_better/outdoors=TRUE;x/virgo3b_better/update_graphic(list/graphic_add = null, list/graphic_remove = null) return 0 | ||
#define VIRGO3BB_TURF_CREATE_UN(x) x/virgo3b_better/nitrogen=VIRGO3BB_MOL_N2;x/virgo3b_better/oxygen=VIRGO3BB_MOL_O2;x/virgo3b_better/carbon_dioxide=VIRGO3BB_MOL_CO2;x/virgo3b_better/phoron=VIRGO3BB_MOL_PHORON;x/virgo3b_better/temperature=VIRGO3BB_AVG_TEMP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#define I_SINGULO "singulo" | ||
#define EMITTER_DAMAGE_POWER_TRANSFER 450 //used to transfer power to containment field generators |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#define HOLD_CASINGS 0 //do not do anything after firing. Manual action, like pump shotguns, or guns that want to define custom behaviour | ||
#define EJECT_CASINGS 1 //drop spent casings on the ground after firing | ||
#define CYCLE_CASINGS 2 //experimental: cycle casings, like a revolver. Also works for multibarrelled guns |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
// Recipe type defines. Used to determine what machine makes them. | ||
#define MICROWAVE 0x1 | ||
#define FRYER 0x2 | ||
#define OVEN 0x4 | ||
#define GRILL 0x8 | ||
#define CANDYMAKER 0x10 | ||
#define CEREALMAKER 0x20 | ||
|
||
#define RECIPE_REAGENT_REPLACE 0 //Reagents in the ingredients are discarded. |
Oops, something went wrong.