MORE pfps

pull/154/head
Chuck Sneed 2023-06-17 18:17:50 -05:00
parent bed9a0a2d8
commit 5e52bd307c
7 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -818,7 +818,7 @@ class User(Base):
if self.rainbow:
return f"{SITE_FULL}/e/marseysalutepride.webp"
if self.misogynist:
number_of_girl_pfps = 2
number_of_girl_pfps = 8
pic_num = (self.id % number_of_girl_pfps) + 1
return f"{SITE_FULL}/i/pfps/girls/{pic_num}.webp"
if self.profileurl and self.can_see_my_shit: