Skip to content

Commit

Permalink
release: 0.6.6 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Jun 23, 2024
2 parents 4a0d1a6 + 72514be commit 1ab9df5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ enum class PersonaType(val weight: Double, private var dropRate: String? = null)
.toString()
},

WHITE_CAT_COLLABORATOR(0.04) {
WHITE_CAT_COLLABORATOR(0.00) {
override fun loadSvg(user: User, persona: Persona, mode: Mode): String {
return whiteCatCollaboratorSvg.replace("*{act}", act(persona.id))
.replace("*{id}", persona.id.toString())
Expand Down

0 comments on commit 1ab9df5

Please sign in to comment.