From b283c5f07ae3b0d0ffce50ecf1ca9f12ee10380e Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 22 Mar 2018 06:09:26 -0500 Subject: [PATCH] [MIRROR] fixes "Blob gas tastes of "slime and errors"" (#6064) * fixes "Blob gas tastes of "slime and errors"" (#36582) * fix * bad taste descriptions * done * ff * fixes "Blob gas tastes of "slime and errors"" --- .../reagents/chemistry/reagents/blob_reagents.dm | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/blob_reagents.dm b/code/modules/reagents/chemistry/reagents/blob_reagents.dm index 7ca900488e..0d5c8218ea 100644 --- a/code/modules/reagents/chemistry/reagents/blob_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/blob_reagents.dm @@ -3,7 +3,7 @@ name = "Unknown" description = "shouldn't exist and you should adminhelp immediately." color = "#FFFFFF" - taste_description = "slime and errors" + taste_description = "bad code and slime" var/complementary_color = "#000000" //a color that's complementary to the normal blob color var/shortdesc = null //just damage and on_mob effects, doesn't include special, blob-tile only effects var/effectdesc = null //any long, blob-tile specific effects @@ -51,6 +51,7 @@ description = "will do medium brute damage and occasionally expand again when expanding." shortdesc = "will do medium brute damage." effectdesc = "will also expand when attacked with burn damage, but takes more brute damage." + taste_description = "duplication" analyzerdescdamage = "Does medium brute damage." analyzerdesceffect = "Expands when attacked with burn damage, will occasionally expand again when expanding, and is fragile to brute damage." color = "#7B5A57" @@ -80,6 +81,7 @@ id = "networked_fibers" description = "will do high brute and burn damage and will generate resources quicker, but can only expand manually." shortdesc = "will do high brute and burn damage." + taste_description = "efficiency" effectdesc = "will move your core when manually expanding near it." analyzerdescdamage = "Does high brute and burn damage." analyzerdesceffect = "Is highly mobile and generates resources rapidly." @@ -113,6 +115,7 @@ id = "shifting_fragments" description = "will do medium brute damage." effectdesc = "will also cause blob parts to shift away when attacked." + taste_description = "something other-dimensional" analyzerdescdamage = "Does medium brute damage." analyzerdesceffect = "When attacked, may shift away from the attacker." color = "#C8963C" @@ -146,6 +149,7 @@ id = "blazing_oil" description = "will do medium burn damage and set targets on fire." effectdesc = "will also release bursts of flame when burnt, but takes damage from water." + taste_description = "burning oil" analyzerdescdamage = "Does medium burn damage and sets targets on fire." analyzerdesceffect = "Releases fire when burnt, but takes damage from water and other extinguishing liquids." color = "#B68D00" @@ -182,6 +186,7 @@ id = "regenerative_materia" description = "will do toxin damage and cause targets to believe they are fully healed." analyzerdescdamage = "Does toxin damage and injects a toxin that causes the target to believe they are fully healed." + taste_description = "heaven" color = "#C8A5DC" complementary_color = "#CD7794" message_living = ", and you feel alive" @@ -213,6 +218,7 @@ id = "zombifying_pods" description = "will do very low toxin damage and harvest sleeping targets for additional resources and a blob zombie." effectdesc = "will also produce fragile spores when killed and on expanding." + taste_description = "fungi" shortdesc = "will do very low toxin damage and harvest sleeping targets for additional resources(for your overmind) and a blob zombie." analyzerdescdamage = "Does very low toxin damage and kills unconscious humans, turning them into blob zombies." analyzerdesceffect = "Produces spores when expanding and when killed." @@ -255,6 +261,7 @@ name = "Energized Jelly" id = "energized_jelly" description = "will cause low stamina and high oxygen damage, and cause targets to be unable to breathe." + taste_description = "gelatin" effectdesc = "will also conduct electricity, but takes damage from EMPs." analyzerdescdamage = "Does low stamina damage, high oxygen damage, and prevents targets from breathing." analyzerdesceffect = "Is immune to electricity and will easily conduct it, but is weak to EMPs." @@ -286,6 +293,7 @@ name = "Explosive Lattice" id = "explosive_lattice" description = "will do brute damage in an area around targets." + taste_description = "the bomb" effectdesc = "will also resist explosions, but takes increased damage from fire and other energy sources." analyzerdescdamage = "Does medium brute damage and causes damage to everyone near its targets." analyzerdesceffect = "Is highly resistant to explosions, but takes increased damage from fire and other energy sources." @@ -324,6 +332,7 @@ description = "will inject targets with a freezing poison that does high damage over time." analyzerdescdamage = "Injects targets with a freezing poison that will gradually solidify the target's internal organs." color = "#8BA6E9" + taste_description = "brain freeze" complementary_color = "#7D6EB4" blobbernaut_message = "injects" message = "The blob stabs you" @@ -349,6 +358,7 @@ name = "Electromagnetic Web" id = "electromagnetic_web" description = "will do high burn damage and EMP targets." + taste_description = "pop rocks" effectdesc = "will also take massively increased damage and release an EMP when killed." analyzerdescdamage = "Does low burn damage and EMPs targets." analyzerdesceffect = "Is fragile to all types of damage, but takes massive damage from brute. In addition, releases a small EMP when killed." @@ -386,6 +396,7 @@ id = "synchronous_mesh" description = "will do massively increased brute damage for each blob near the target." effectdesc = "will also spread damage between each blob near the attacked blob." + taste_description = "toxic mold" analyzerdescdamage = "Does brute damage, increasing for each blob near the target." analyzerdesceffect = "When attacked, spreads damage between all blobs near the attacked blob." color = "#65ADA2" @@ -420,6 +431,7 @@ name = "Reactive Spines" id = "reactive_spines" description = "will do medium brute damage through armor and bio resistance." + taste_description = "rock" effectdesc = "will also react when attacked with brute damage, attacking all near the attacked blob." analyzerdescdamage = "Does medium brute damage, ignoring armor and bio resistance." analyzerdesceffect = "When attacked with brute damage, will lash out, attacking everything near it." @@ -447,6 +459,7 @@ id = "pressurized_slime" description = "will do low brute, oxygen, and stamina damage, and wet tiles under targets." effectdesc = "will also wet tiles near blobs that are attacked or killed." + taste_description = "a sponge" analyzerdescdamage = "Does low brute damage, low oxygen damage, drains stamina, and wets tiles under targets, extinguishing them." analyzerdesceffect = "When attacked or killed, wets nearby tiles, extinguishing anything on them." color = "#AAAABB"