Minor
This commit is contained in:
parent
8b57a31038
commit
c8625b3085
|
@ -162,7 +162,7 @@ const speciesNames: SpeciesStrMap = {
|
|||
|
||||
const speciesMapping: SpeciesMap = {
|
||||
[Species.Human]: ['human', 'humanoid', 'angel', 'android'],
|
||||
[Species.Equine]: ['horse', 'stallion', 'mare', 'filly', 'equine', 'shire', 'donkey', 'mule', 'zebra', 'centaur', 'pony' ],
|
||||
[Species.Equine]: ['horse', 'stallion', 'mare', 'filly', 'equine', 'shire', 'donkey', 'mule', 'zebra', 'centaur', 'pony', 'unicorn', 'clydesdale', 'shire', 'appaloosa', 'friesian', 'draft', 'draught' ],
|
||||
[Species.Feline]: ['cat', 'kitten', 'catgirl', 'neko', 'tiger', 'puma', 'lion', 'lioness',
|
||||
'tigress', 'feline', 'jaguar', 'cheetah', 'lynx', 'leopard'],
|
||||
[Species.Canine]: ['dog', 'wolf', 'dingo', 'coyote', 'jackal', 'canine', 'doberman', 'husky'],
|
||||
|
|
|
@ -95,6 +95,10 @@ This repository contains a heavily customized version of the mainline F-Chat 3.0
|
|||
* 'Filter unmatching ads' is not channel specific -- it's either on everywhere or nowhere
|
||||
* Bug? Usually submissive vs usually submissive shows up as 'maybe'
|
||||
* Bug? YOU have 'loves humans'; THEY have 'no furry characters, just humans' -- THEIR ad shows green, not red -- your side of comparison is fully green, they just have 'no furry pairings' in red
|
||||
* Bug? Reconnection doesn't restore status message
|
||||
* Bug? Reconnection doesn't cancel advertisement timers, although they look like they're cancelled
|
||||
* Bug? [color] acts weird
|
||||
* Feature? Update to Electonr 9 and fix IPCs
|
||||
|
||||
|
||||
# F-List Exported
|
||||
|
|
Loading…
Reference in New Issue