diff options
author | Zefram <zefram@fysh.org> | 2014-08-26 01:39:41 +0100 |
---|---|---|
committer | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-08-28 15:30:15 +0200 |
commit | 0de4fec07c39eaef7f16f72ac63a24b457d85b02 (patch) | |
tree | 39b141f3d29bf1e79f7265fac93378f43e204f59 | |
parent | fd527c2d98cbd04bf8204a8bc444ad9db4627f80 (diff) |
Fix second description of radioactive group value
-rw-r--r-- | technic/machines/HV/nuclear_reactor.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic/machines/HV/nuclear_reactor.lua b/technic/machines/HV/nuclear_reactor.lua index 31252a7..7ff5c5b 100644 --- a/technic/machines/HV/nuclear_reactor.lua +++ b/technic/machines/HV/nuclear_reactor.lua @@ -543,7 +543,7 @@ end -- and the group value signifies the strength of the radiation source. -- The group value is the distance in millimetres from a node at which -- an unshielded player will be damaged by 0.25 HP/s. Or, equivalently, --- it is 500 times the square root of the damage rate in HP/s that an +-- it is 2000 times the square root of the damage rate in HP/s that an -- unshielded player 1 m away will take. -- -- Shielding is assessed by sampling every 0.25 m along the path |