Skip to content

Commit

Permalink
effect/strength.go: Updated outdated effect colour.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Dec 22, 2024
1 parent 7a48c2d commit 227e258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entity/effect/strength.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ func (strength) Multiplier(lvl int) float64 {

// RGBA ...
func (strength) RGBA() color.RGBA {
return color.RGBA{R: 0x93, G: 0x24, B: 0x23, A: 0xff}
return color.RGBA{R: 0xff, G: 0xc7, B: 0x00, A: 0xff}
}

0 comments on commit 227e258

Please sign in to comment.