Very low levels of radiation are no longer harmful (#6684)

This commit is contained in:
Atermonera
2020-02-11 21:15:17 -08:00
committed by VirgoBot
parent 1d53ced4a3
commit cb75ffdc72
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -291,7 +291,7 @@
var/damage = 0
radiation -= 1 * RADIATION_SPEED_COEFFICIENT
if(prob(25))
if(radiation > 2.5 && prob(25)) // Safe for a little over 2m at the recommended maximum safe dosage of 0.05Bq
damage = 1
if (radiation > 50)