Add NEUTPASS to elements.

  • Potbelly
    13th Oct 2017 Banned 3 Permalink
    This post is hidden because the user is banned
    Edited 2 times by Potbelly. Last: 20th Oct 2017
  • Ligan
    17th Oct 2017 Member 0 Permalink

    ICE, SNOW and WATR all slow down neutrons, so if you need a coolant and a moderator you can use just ICE, if you make it with FRZZ it shouldn't melt too easily.

     

    I guess it would be more consistent if they all also slowed down neutrons, though...

  • suibian
    18th Oct 2017 Member 0 Permalink

    @Potbelly (View Post)

     

    Use Lua:

    tpt.el.frzw.properties=bit.bor(tpt.el.frzw.properties,elem.PROP_NEUTPASS)
    tpt.el.frzz.properties=bit.bor(tpt.el.frzz.properties,elem.PROP_NEUTPASS)
    tpt.el.wtrv.properties=bit.bor(tpt.el.wtrv.properties,elem.PROP_NEUTPASS)
    tpt.el.rime.properties=bit.bor(tpt.el.rime.properties,elem.PROP_NEUTPASS)
    tpt.el.fog.properties=bit.bor(tpt.el.fog.properties,elem.PROP_NEUTPASS)

  • Potbelly
    19th Oct 2017 Banned 0 Permalink
    This post is hidden because the user is banned