Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/DFHack/dfhack into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Japa committed Nov 3, 2015
2 parents f5ca3f9 + f7a5574 commit 3fd4b01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/zone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const string zone_help_filters =
" caged - in a built cage\n"
" own - from own civilization\n"
" war - trained war creature\n"
" tamed - tamed\n"
" tame - tamed\n"
" named - has name or nickname\n"
" can be used to mark named units for slaughter\n"
" merchant - is a merchant / belongs to a merchant\n"
Expand Down
4 changes: 2 additions & 2 deletions scripts/gaydar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ orientation filters:
-notStraight
shows only creatures who are not strictly straight
-gayOnly
shows only creatures who are strictly gayOnly
shows only creatures who are strictly gay
-biOnly
shows only creatures who can get into romances with
both sexes
Expand Down Expand Up @@ -187,4 +187,4 @@ else
for k,v in ipairs(orientations) do
print(v)
end
end
end

0 comments on commit 3fd4b01

Please sign in to comment.