glyphosate plantbgone change

This commit is contained in:
Fox-McCloud
2017-01-28 08:36:08 -05:00
parent ae37cd143d
commit b62cffadf8
5 changed files with 34 additions and 17 deletions
+4 -4
View File
@@ -599,10 +599,10 @@
adjustToxic(round(S.get_reagent_amount("facid") * 3))
adjustWeeds(-rand(1,4))
// Plant-B-Gone is just as bad
if(S.has_reagent("plantbgone", 1))
adjustHealth(-round(S.get_reagent_amount("plantbgone") * 5))
adjustToxic(round(S.get_reagent_amount("plantbgone") * 6))
// Glyphosate is just as bad
if(S.has_reagent("glyphosate", 1))
adjustHealth(-round(S.get_reagent_amount("glyphosate") * 5))
adjustToxic(round(S.get_reagent_amount("glyphosate") * 6))
adjustWeeds(-rand(4,8))
// why, just why