mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-25 06:06:34 +01:00
Very low levels of radiation are no longer harmful (#6684)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user