diff --git a/index.html b/index.html
index 44122058..38d75e39 100644
--- a/index.html
+++ b/index.html
@@ -101,6 +101,7 @@
Cult of the Party Parrot
Explody Parrot
Shuffle Party Parrot
Ice Cream Parrot
+ Sassy Parrot
Aussie Conga Line Parrot
Aussie Reverse Conga Line Parrot
Parrot Wave (1)
diff --git a/parrotparty.yaml b/parrotparty.yaml
index 2fcbdc05..100ed9bc 100644
--- a/parrotparty.yaml
+++ b/parrotparty.yaml
@@ -46,6 +46,8 @@ emojis:
src: 'http://cultofthepartyparrot.com/parrots/shufflepartyparrot.gif'
- name: ice-cream-parrot
src: 'http://cultofthepartyparrot.com/parrots/ice-cream-parrot.gif'
+ - name: sassyparrot
+ src: 'http://cultofthepartyparrot.com/parrots/sassyparrot.gif'
- name: aussiecongaparrot
src: 'http://cultofthepartyparrot.com/parrots/aussiecongaparrot.gif'
- name: aussiereversecongaparrot
diff --git a/parrots.json b/parrots.json
index 798f701d..5dff85c3 100644
--- a/parrots.json
+++ b/parrots.json
@@ -98,6 +98,10 @@
"gif": "ice-cream-parrot.gif",
"name": "Ice Cream Parrot"
},
+ {
+ "gif": "sassyparrot.gif",
+ "name": "Sassy Parrot"
+ },
{
"gif": "aussiecongaparrot.gif",
"name": "Aussie Conga Line Parrot"
diff --git a/parrots.zip b/parrots.zip
index 9750c146..a1d97a16 100644
Binary files a/parrots.zip and b/parrots.zip differ
diff --git a/parrots/sassyparrot.gif b/parrots/sassyparrot.gif
new file mode 100644
index 00000000..18b342d7
Binary files /dev/null and b/parrots/sassyparrot.gif differ