fix
This commit is contained in:
parent
43175d3c62
commit
45c6b972a9
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,3 +4,7 @@
|
|||||||
*.lock
|
*.lock
|
||||||
*target
|
*target
|
||||||
*.db
|
*.db
|
||||||
|
**.DS_Store
|
||||||
|
*.DS_Store
|
||||||
|
/scpt/*.jpeg
|
||||||
|
/scpt/*.png
|
||||||
|
BIN
img/.DS_Store
vendored
BIN
img/.DS_Store
vendored
Binary file not shown.
@ -83,6 +83,18 @@ function create_game_character() {
|
|||||||
else
|
else
|
||||||
sex=female
|
sex=female
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
case $name in
|
||||||
|
ai)
|
||||||
|
sex=none;;
|
||||||
|
chinese|dragon|cerberus|pegasus)
|
||||||
|
sex=male;;
|
||||||
|
kitsune|phoenix|leviathan|kirin|wyvern)
|
||||||
|
sex=female;;
|
||||||
|
*)
|
||||||
|
continue;;
|
||||||
|
esac
|
||||||
|
|
||||||
jj=`curl -sL "$url?repo=$repo&collection=$col&rkey=$rkey"`
|
jj=`curl -sL "$url?repo=$repo&collection=$col&rkey=$rkey"`
|
||||||
|
|
||||||
echo $jj
|
echo $jj
|
||||||
|
Loading…
x
Reference in New Issue
Block a user