From 5e727b301d762dff2fede625b201cba786d96db6 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Mon, 2 Nov 2015 10:51:23 -0800 Subject: [PATCH 1/2] 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 From 923ce3632309d331cbf504ed5f733371c6f6f31d Mon Sep 17 00:00:00 2001 From: DoctorVanGogh Date: Tue, 3 Nov 2015 03:55:04 +0100 Subject: [PATCH 2/2] zone: Fix typo in help text --- plugins/zone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/zone.cpp b/plugins/zone.cpp index b9044b6fd..c1901b06e 100644 --- a/plugins/zone.cpp +++ b/plugins/zone.cpp @@ -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"