Skip to content
Snippets Groups Projects
Commit b4713044 authored by Alifia Rahmah's avatar Alifia Rahmah
Browse files

fix(pet): change pet type

parent 5fd4a0fc
Branches
No related merge requests found
......@@ -27,8 +27,8 @@ public class ShopManager : MonoBehaviour
private void Awake()
{
petData.Add(new PetData("rabbit", "heal", 3, 50, "rabbit", 1));
petData.Add(new PetData("sparrow", "defense", 3, 40, "sparrow", 2));
petData.Add(new PetData("cultist", "attack", 3, 40, "cultist", 3));
petData.Add(new PetData("sparrow", "attack", 3, 40, "sparrow", 2));
petData.Add(new PetData("cultist", "buff", 3, 40, "cultist", 3));
weaponData.Add(new WeaponData("shotgun", 50, "shotgun",2));
weaponData.Add(new WeaponData("sword", 80, "sword",3));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment