From dbfa33eb9fabbef010120e92d243abeba5609bfb Mon Sep 17 00:00:00 2001 From: ackis Date: Mon, 20 Jul 2009 19:03:38 +0000 Subject: [PATCH] Just because you're a mammoth doesn't mean you're ammo. --- ARLDatamine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ARLDatamine.lua b/ARLDatamine.lua index 3232b7d..23fcde8 100644 --- a/ARLDatamine.lua +++ b/ARLDatamine.lua @@ -1537,7 +1537,7 @@ do scan_data.CrossBow = true elseif (strmatch(text,"gun")) then scan_data.Gun = true - elseif (strmatch(text,"ammo")) then + elseif (strmatch(text,"ammo") and (strmatch(text,"mammoth") == nil)) then scan_data.Ammo = true elseif (strmatch(text,"fist")) then scan_data.Fist = true -- 1.7.9.5