From 5e727b301d762dff2fede625b201cba786d96db6 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 2 Nov 2015 10:51:23 -0800 Subject: [PATCH] minor typo fix --- scripts/gaydar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/gaydar.lua b/scripts/gaydar.lua index 1aca8cdbe..4513bec14 100644 --- a/scripts/gaydar.lua +++ b/scripts/gaydar.lua @@ -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 @@ -187,4 +187,4 @@ else for k,v in ipairs(orientations) do print(v) end -end \ No newline at end of file +end