[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
@@ -27,7 +27,7 @@
else
if(C.ears && (C.ears.flags_2 & HEALS_EARS_2))
deaf = max(deaf - 1, 1)
ear_damage = max(ear_damage - 0.10, 0)
ear_damage = max(ear_damage - 0.1, 0)
// if higher than UNHEALING_EAR_DAMAGE, no natural healing occurs.
if(ear_damage < UNHEALING_EAR_DAMAGE)
ear_damage = max(ear_damage - 0.05, 0)