Merge branch 'develop' of https://github.com/DFHack/dfhack into develop

develop
Japa 2015-11-03 18:50:00 +05:30
commit 3fd4b01829
2 changed files with 3 additions and 3 deletions

@ -149,7 +149,7 @@ const string zone_help_filters =
" caged - in a built cage\n" " caged - in a built cage\n"
" own - from own civilization\n" " own - from own civilization\n"
" war - trained war creature\n" " war - trained war creature\n"
" tamed - tamed\n" " tame - tamed\n"
" named - has name or nickname\n" " named - has name or nickname\n"
" can be used to mark named units for slaughter\n" " can be used to mark named units for slaughter\n"
" merchant - is a merchant / belongs to a merchant\n" " merchant - is a merchant / belongs to a merchant\n"

@ -32,7 +32,7 @@ orientation filters:
-notStraight -notStraight
shows only creatures who are not strictly straight shows only creatures who are not strictly straight
-gayOnly -gayOnly
shows only creatures who are strictly gayOnly shows only creatures who are strictly gay
-biOnly -biOnly
shows only creatures who can get into romances with shows only creatures who can get into romances with
both sexes both sexes
@ -187,4 +187,4 @@ else
for k,v in ipairs(orientations) do for k,v in ipairs(orientations) do
print(v) print(v)
end end
end end