Tanmaya Meher
2018-08-25 2e7859c35e55b842752c6533edae2dd19290fabc
technic/machines/HV/nuclear_reactor.lua
@@ -257,7 +257,7 @@
      local accum_badness = meta:get_int("structure_accumulated_badness")
      if badness == 0 then
         if accum_badness ~= 0 then
            meta:set_int("structure_accumulated_badness", accum_badness - 4)
            meta:set_int("structure_accumulated_badness", math.max(accum_badness - 4, 0))
            siren_clear(pos, meta)
         end
      else