diff options
author | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-05-04 15:23:34 -0400 |
---|---|---|
committer | Vanessa Ezekowitz <vanessaezekowitz@gmail.com> | 2014-05-04 15:23:34 -0400 |
commit | 30adc3b651b61de211c869a62c66a6aebb5db550 (patch) | |
tree | 7f8e12f911d94ea1c68bbad4898efb4368cccfbd | |
parent | 67b709744fad1031d9eead1f2212011e788859b6 (diff) |
86400 ticks is one week, not 24h
-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 248d0c0..4dbd0c5 100644 --- a/technic/machines/HV/nuclear_reactor.lua +++ b/technic/machines/HV/nuclear_reactor.lua @@ -1,6 +1,6 @@ -- The enriched uranium rod driven EU generator. -- A very large and advanced machine providing vast amounts of power. --- Very efficient but also expensive to run as it needs uranium. (10000EU 86400 ticks (24h)) +-- Very efficient but also expensive to run as it needs uranium. (10000EU 86400 ticks (one week)) -- Provides HV EUs that can be down converted as needed. -- -- The nuclear reactor core needs water and a protective shield to work. |