Quantcast

Just because you're a mammoth doesn't mean you're ammo.

ackis [07-20-09 - 19:03]
Just because you're a mammoth doesn't mean you're ammo.
Filename
ARLDatamine.lua
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