diff --git a/THIRDPARTY.md b/THIRDPARTY.md index 4221d32..14bb6de 100644 --- a/THIRDPARTY.md +++ b/THIRDPARTY.md @@ -34,7 +34,7 @@ CC BY 4.0 compliance: Modified to indicate the URL. Modified size. ## Forumoji -Affected files: everything in [`data/static/emoji`](./data/static/emoji) +Affected files: everything in [`data/static/emoji`](./data/static/emoji) except [`data/static/emoji/scissors.png`](data/static/emoji/scissors.png) URL: https://gh.vercte.net/forumoji/ License: CC0 1.0 Designers: lolecksdeehaha; Scratch137; 64lu; stickfiregames; mybearworld (the project has many more contributors, but these are the people whose designs were reproduced here) diff --git a/app/lib/babycode.py b/app/lib/babycode.py index 5623b3e..4e19cc5 100644 --- a/app/lib/babycode.py +++ b/app/lib/babycode.py @@ -49,6 +49,8 @@ EMOJI = { 'pensive': make_emoji('pensive', 'pensive'), + 'scissors': make_emoji('scissors', 'scissors'), + ')': make_emoji('smile', ')'), 'smiletear': make_emoji('smiletear', 'smiletear'), diff --git a/data/static/emoji/scissors.png b/data/static/emoji/scissors.png new file mode 100644 index 0000000..fd76eed Binary files /dev/null and b/data/static/emoji/scissors.png differ