Merge pull request #9786 from Ghommie/Ghommie-cit345

Fixing some reagents taste descriptions.
This commit is contained in:
kevinz000
2019-11-14 16:22:54 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -2263,7 +2263,7 @@ All effects don't start immediately, but rather get worse over time; the rate is
color = "#ffffc9"
boozepwr = 50
quality = DRINK_FANTASTIC
taste_description = "Tastes like...duty and responsibility?"
taste_description = "duty and responsibility"
glass_icon_state = "commander_and_chief"
glass_name = "Commander and Chief"
glass_desc = "The gems of this majestic chalice represent the departments and their Heads."
@@ -69,7 +69,7 @@
color = bloodtype_to_color(data["blood_type"])
if(data["blood_type"] == "SY")
name = "Synthetic Blood"
taste_description = "oily"
taste_description = "oil"
if(data["blood_type"] == "X*")
name = "Xenomorph Blood"
@@ -84,12 +84,12 @@
if(data["blood_type"] == "BUG")
name = "Insect Blood"
taste_description = "greasy"
taste_description = "grease"
pH = 7.25
if(data["blood_type"] == "L")
name = "Lizard Blood"
taste_description = "spicy"
taste_description = "something spicy"
pH = 6.85