Fix gender differences; we were accidentally checking for the direction instead of the gender

This commit is contained in:
Michiel Sikma
2015-08-03 12:15:43 +09:00
parent 212546da95
commit d1b56074ad

View File

@@ -253,11 +253,11 @@ window["PkSpr"] = (function()
"type": null,
"slug": null,
"form": ".",
"dir": ".",
"gender": ".",
"color": "{{$fallback_color}}"
};
var props = {
"flipped": false
"flipped": attrs.dir === 'right'
};
for (attr in fallbacks) {