public void removeShield(Shield s) { shieldList.Remove(s); }
public void addShield(Shield s) { shieldList.Add(s); }