typed the wrong thing for the color

This commit is contained in:
darkfire006 2024-01-09 18:49:28 -06:00
parent d329e00af5
commit 7663f5eb21
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Namespace Items.Berries
Me.Type = Element.Types.Water
Me.Power = 100
Me.JuiceColor = "grass"
Me.JuiceColor = "green"
Me.JuiceGroup = 1
End Sub