[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:
committed by
Poojawa
parent
2d7ead37d5
commit
4bc6e9d522
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user