[MIRROR] Cleaned up some decimal values. (#2797)

* Cleaned up some decimal values.

* Update gas_mixture.dm

* Update color.dm

* Update medsci.dm
This commit is contained in:
CitadelStationBot
2017-09-18 01:45:39 -05:00
committed by Poojawa
parent 2d7ead37d5
commit 4bc6e9d522
25 changed files with 851 additions and 851 deletions
+1 -1
View File
@@ -622,7 +622,7 @@
adjustHealth(round(salt * 0.25))
if (myseed)
myseed.adjust_production(-round(salt/100)-prob(salt%100))
myseed.adjust_potency(round(salt*0.50))
myseed.adjust_potency(round(salt*0.5))
// Ash is also used IRL in gardening, as a fertilizer enhancer and weed killer
if(S.has_reagent("ash", 1))
adjustHealth(round(S.get_reagent_amount("ash") * 0.25))