BUG: NBLE keeps ctype of PLSM(NBLE)

  • TPT_CRUSHER_1248
    8th Aug 2017 Member 0 Permalink

    I've discovered a strange bug that isn't THAT REALLY important.

    If you spark NBLE(), it becomes PLSM(NBLE). After its life gets to 0, it should return to NBLE(). But instead, it keeps the ctype and becomes NBLE(NBLE). That looks dumb. Also, it could make some sort of machine unusable.

     

    P.S. Sorry for possible language mistakes. I'm not English.

  • Potbelly
    16th Aug 2017 Banned 0 Permalink
    This post is hidden because the user is banned
  • jacob2
    16th Aug 2017 Member 0 Permalink
    It just a minor bug. PLSM and NBLE don't use ctype. There's probably something hardcoded for SPRK that forgets to reset ctype to 0
  • LBPHacker
    16th Aug 2017 Developer 1 Permalink

    It actually has been written in a way that kills fun.

     

    Anyway, this is not a bug, although it's not intended either. It won't break any machine though since nothing depends on NBLE's ctype.

  • jacob2
    16th Aug 2017 Member 0 Permalink
    @LBPHacker (View Post)
    Can you link the code? I don't remember how it works, I didn't even write it.
  • LBPHacker
    16th Aug 2017 Developer 1 Permalink

    part_change_type to NBLE here, but ctype is not reset.

  • Potbelly
    16th Aug 2017 Banned 0 Permalink
    This post is hidden because the user is banned