Skip to content

Commit

Permalink
removes all xeno bloods from contracts+ adds thymol to death
Browse files Browse the repository at this point in the history
  • Loading branch information
kiVts committed Nov 3, 2024
1 parent e0a2a48 commit 6e6d8be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/modules/hydroponics/seed_datums.dm
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,7 @@ GLOBAL_LIST_EMPTY(gene_tag_masks) // Gene obfuscation for delicious trial and
products = list(/obj/item/reagent_container/food/snacks/grown/deathberries)
packet_icon = "seed-deathberry"
plant_icon = "deathberry"
chems_special = list("thymol")
chems = list("fruit" = list(1), "toxin" = list(3,3), "lexorin" = list(1,5))

yield = 3
Expand Down
4 changes: 4 additions & 0 deletions code/modules/reagents/chemistry_reagents/other.dm
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
description = "A corrosive blood like substance. Makeup appears to be made out of acids and blood plasma."
chemclass = CHEM_CLASS_SPECIAL
objective_value = OBJECTIVE_HIGH_VALUE
flags = REAGENT_NO_GENERATION
properties = list(PROPERTY_CORROSIVE = 3)

/datum/reagent/blood/xeno_blood/royal
Expand All @@ -76,6 +77,7 @@
color = BLOOD_COLOR_XENO_ROYAL
chemclass = CHEM_CLASS_SPECIAL
objective_value = OBJECTIVE_EXTREME_VALUE
flags = REAGENT_NO_GENERATION
properties = list(PROPERTY_CORROSIVE = 6)

/datum/reagent/vaccine
Expand Down Expand Up @@ -995,6 +997,7 @@
overdose_critical = REAGENTS_OVERDOSE_CRITICAL
chemclass = CHEM_CLASS_SPECIAL
objective_value = OBJECTIVE_EXTREME_VALUE
flags = REAGENT_NO_GENERATION
properties = list(PROPERTY_PAINING = 2, PROPERTY_MUSCLESTIMULATING = 6)

/datum/reagent/plasma/egg
Expand Down Expand Up @@ -1062,6 +1065,7 @@
overdose_critical = REAGENTS_OVERDOSE_CRITICAL
chemclass = CHEM_CLASS_SPECIAL
objective_value = OBJECTIVE_EXTREME_VALUE
flags = REAGENT_NO_GENERATION
properties = list(PROPERTY_BIOCIDIC = 2)

/datum/reagent/plasma/royal
Expand Down

0 comments on commit 6e6d8be

Please sign in to comment.