We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2142265 commit d1a5447Copy full SHA for d1a5447
gaydar.lua
@@ -179,7 +179,7 @@ if args.notStraight then
179
elseif args.gayOnly then
180
local totalNotShown=0
181
for k,v in ipairs(orientations) do
182
- if isGay(v) then dfprint(dfhack.df2console(v)) else totalNotShown=totalNotShown+1 end
+ if isGay(v) then dfprint(v) else totalNotShown=totalNotShown+1 end
183
end
184
print('Total not shown: '..totalNotShown)
185
elseif args.asexualOnly then
0 commit comments