Skip to content
Snippets Groups Projects
Commit a3f982aa authored by Pregmodder's avatar Pregmodder
Browse files

butt implant type

parent 7da07c5e
No related branches found
No related tags found
Loading
Showing
with 181 additions and 84 deletions
Loading
  • Reporter

    @Pregmodder, why strings? We invested quite a lot of time to optimise save object size, and now you inflate the slave object with two strings.

  • Pregmodder @Pregmodder ·
    Author Maintainer

    Can be called directly and you no longer have to deal with magic numbers.

    If two strings make that big of a difference, then the saves have much bigger issues.

  • Reporter

    Strings constants are only a bit better, and one can easily mistype them. Of course, enumerations in JS are enumerations of a poor man, but nevertheless they exist and $activeSlave.buttImplantType == ButtImplantType.string is better than a raw string literal.

  • Pregmodder @Pregmodder ·
    Author Maintainer

    In the future, these will move up into the 'butt' object as butt.implant.type, so that may ease things?

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment