Skip to content

Commit

Permalink
Added femboy bitch
Browse files Browse the repository at this point in the history
  • Loading branch information
itsfsnow committed Mar 25, 2022
1 parent ade3c57 commit a21642b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added src/.DS_Store
Binary file not shown.
17 changes: 17 additions & 0 deletions src/main/java/gq/noxiuam/bitches/object/FemboyBitch.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
package gq.noxiuam.bitches.object;

import lombok.*;

// Basically what 90% of Lunar Client's discord is
@Getter
public class FemboyBitch extends Bitch {

private final boolean fatherless, degenerate;
private final int hotness = 1000;

public EmoBitch(boolean fatherless, boolean degenerate) {
this.fatherless = fatherless;
this.degenerate = degenerate;
this.createNewBitch();
}
}

0 comments on commit a21642b

Please sign in to comment.