mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
code for reptacular rumble achievement
This commit is contained in:
@@ -41,6 +41,20 @@ const ANIMAL_SET_ACHIEVEMENTS = {
|
||||
achievementKey: 'domesticated',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
reptacularRumble: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
'Alligator',
|
||||
'Pterodactyl',
|
||||
'Snake',
|
||||
'Triceratops',
|
||||
'TRex',
|
||||
'Turtle',
|
||||
'Velociraptor',
|
||||
],
|
||||
achievementKey: 'reptacularRumble',
|
||||
notificationType: 'ACHIEVEMENT_ANIMAL_SET',
|
||||
},
|
||||
zodiacZookeeper: {
|
||||
type: 'pet',
|
||||
species: [
|
||||
|
||||
Reference in New Issue
Block a user