From 39a288eb0f225a4d97e672f32a3c2c5e9c62a26b Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 18 Dec 2022 15:35:37 +0100 Subject: Update --- includes/bitset.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/bitset.inc') diff --git a/includes/bitset.inc b/includes/bitset.inc index 0bd5c4d..7d5a963 100644 --- a/includes/bitset.inc +++ b/includes/bitset.inc @@ -33,6 +33,7 @@ function parseBitset ($bitset) { "0100" => "alicorn", "0101" => "batpony", "0110" => "crystal", + "0111" => "changeling", default => null, }; @@ -43,6 +44,7 @@ function parseBitset ($bitset) { "0100" => "alicorn", "0101" => "batpony", "0110" => "crystal", + "0111" => "changeling", default => null, }; @@ -53,6 +55,7 @@ function parseBitset ($bitset) { "0100" => "alicorn", "0101" => "batpony", "0110" => "crystal", + "0111" => "changeling", default => null, }; -- cgit