diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/parents.json | 6 | ||||
-rw-r--r-- | constants/pets.json | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/constants/parents.json b/constants/parents.json index 836dcff1..51ee3222 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2030,5 +2030,11 @@ "GRANDMA_WOLF;2", "GRANDMA_WOLF;1", "GRANDMA_WOLF;0" + ], + "VENOMS_TOUCH":[ + "STARRED_VENOMS_TOUCH" + ], + "SPIDER_QUEEN_STINGER":[ + "STARRED_SPIDER_QUEEN_STINGER" ] } diff --git a/constants/pets.json b/constants/pets.json index c2a02510..d255dffe 100644 --- a/constants/pets.json +++ b/constants/pets.json @@ -177,6 +177,7 @@ "TIGER":"COMBAT", "ZOMBIE":"COMBAT", "WOLF":"COMBAT", - "GUARDIAN":"ENCHANTING" + "GUARDIAN":"ENCHANTING", + "GRANDMA_WOLF":"COMBAT" } }
\ No newline at end of file |