diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-09 10:43:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-09 10:43:44 -0300 |
commit | 87de0f8f42baa647ea15126e69f6cac28b4f5d92 (patch) | |
tree | af31a456f62ff4888a0585b92baafa72e5972446 /npc | |
parent | 994efee98b30978668fd9ed41e8f73df3661df1d (diff) | |
download | serverdata-87de0f8f42baa647ea15126e69f6cac28b4f5d92.tar.gz serverdata-87de0f8f42baa647ea15126e69f6cac28b4f5d92.tar.bz2 serverdata-87de0f8f42baa647ea15126e69f6cac28b4f5d92.tar.xz serverdata-87de0f8f42baa647ea15126e69f6cac28b4f5d92.zip |
Remove a TODO from Old Woman
Diffstat (limited to 'npc')
-rw-r--r-- | npc/008-1/old-woman.txt | 4 |
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 { |