static isCidHealthRing(List<int> cid) { return cid[0] == cidHealthRing[0] && cid[1] == cidHealthRing[1]; }