From 87de0f8f42baa647ea15126e69f6cac28b4f5d92 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 9 Oct 2019 10:43:44 -0300 Subject: Remove a TODO from Old Woman --- npc/008-1/old-woman.txt | 4 ++-- 1 file 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 { -- cgit v1.2.3-70-g09d2