summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/008-1/old-woman.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/008-1/old-woman.txt b/npc/008-1/old-woman.txt
index c6ca467b..5b97547b 100644
--- a/npc/008-1/old-woman.txt
+++ b/npc/008-1/old-woman.txt
@@ -28,8 +28,8 @@
008-1,231,114,0 script Old Woman NPC_OLD_LADY,{
function is_inspector {
- return (getequipcardid(EQI_HEAD_MID, 0) == NavyBlueCottonDye /*&&
- getequipcardid(EQI_HEAD_LOW, 0) == NavyBlueCottonDye*/); // TODO / FIXME: remove the /* */ whenever we have cotton pants
+ return (getequipcardid(EQI_HEAD_MID, 0) == NavyBlueCottonDye &&
+ getequipcardid(EQI_HEAD_LOW, 0) == NavyBlueCottonDye);
}
function oldwoman_ask {