Search results

  1. fukurou

    [MEDIA]

  2. fukurou

    🧵 3d Post-nut clarity

    based based based! :s32:
  3. fukurou

    Imprint dev

    class DiImprint_PT1(DiSkillV2): """ add skill: brain.logicChobit.addSkills(DiImprint_PT1(app.brain.logicChobit), DiImprint_PT2()) OR brain.add_logical_skill(DiImprint_PT1(app.brain.logicChobit)) brain.add_logical_skill(DiImprint_PT2()) """ def...
  4. fukurou

    Imprint dev

  5. fukurou

    Imprint dev

    class DiImprint_PT1(DiSkillV2): def __init__(self, chobit: Chobits): super().__init__() self.chobit: Chobits = chobit def input(self, ear: str, skin: str, eye: str): if ear == "imprint": self.imprint = True with open('kiln.txt', 'r') as...
  6. fukurou

    [MEDIA]

  7. fukurou

    🧵 3d Post-nut clarity

    that's a different kemono and it's fanart. good feet tho
  8. fukurou

    [MEDIA]

  9. fukurou

    🧵 3d Post-nut clarity

    shame sarval doesn't have feet tho, more like paws. my waifu is Nahida the ultimate foot slut loli
  10. fukurou

    [MEDIA]

  11. fukurou

    [MEDIA]

  12. fukurou

    Article Post Sites

    :s52: this is Sparta!
  13. fukurou

    let's face it the internet is dead

    it's very difficult to express a mother fucking idea without getting banned or censored. it's very difficult to run a search for info without getting spam results. so much is censored. and you keep seeing inferior people and their nonsense trend.
  14. fukurou

    [MEDIA]

  15. fukurou

    [MEDIA]

  16. fukurou

    [MEDIA]

  17. fukurou

    [MEDIA]

  18. fukurou

    [MEDIA]

  19. fukurou

    brain design upgrade

    def add_logical_skill(self, skill): logicChobit.add_skill(skill) def add_hardware_skill(self, skill): hardwareChobit.add_skill(skill)
Top