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 GitHub
parent d0159d32f8
commit 005c7c8688
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -284,7 +284,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)