diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/islands.json | 3 | ||||
-rw-r--r-- | constants/parents.json | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/constants/islands.json b/constants/islands.json index 35fc212d..1a7766ef 100644 --- a/constants/islands.json +++ b/constants/islands.json @@ -415,7 +415,8 @@ "y": 128, "z": 200, "aliases": [ - "camp" + "camp", + "base" ] } ] diff --git a/constants/parents.json b/constants/parents.json index 9caa2a69..c2e03e51 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3502,5 +3502,17 @@ "FOOTPRINT_FOSSIL", "CLUBBED_FOSSIL", "HELIX" + ], + "PALEONTOLOGIST;1": [ + "PALEONTOLOGIST;2", + "PALEONTOLOGIST;3", + "PALEONTOLOGIST;4", + "PALEONTOLOGIST;5" + ], + "ICE_COLD;1": [ + "ICE_COLD;2", + "ICE_COLD;3", + "ICE_COLD;4", + "ICE_COLD;5" ] }
\ No newline at end of file |