Line 361 needs to have an additonal conditional added for it to find the underwater lab crate types: || str.Contains("radtown/underwater")

if (str.Contains("resource/loot") || str.Contains("radtown/crate") || str.Contains("radtown/loot") || str.Contains("loot") || str.Contains("radtown/oil") || str.Contains("radtown/underwater") )