diff --git a/city.py b/city.py index 12f869002..79ce8dafa 100644 --- a/city.py +++ b/city.py @@ -37,10 +37,16 @@ def _getDecoyCamera(decoySeed: int) -> (str, str, int): ["Apple", "iPhone 12"], ["Apple", "iPhone 12 Mini"], ["Apple", "iPhone 12 Pro Max"], + ["Apple", "iPhone 13"], + ["Apple", "iPhone 13 Mini"], + ["Apple", "iPhone 13 Pro"], ["Samsung", "Galaxy Note 20 Ultra"], ["Samsung", "Galaxy S20 Plus"], ["Samsung", "Galaxy S20 FE 5G"], ["Samsung", "Galaxy Z FOLD 2"], + ["Samsung", "Galaxy S12 Plus"], + ["Samsung", "Galaxy S12"], + ["Samsung", "Galaxy S11 Plus"], ["Samsung", "Galaxy S10 Plus"], ["Samsung", "Galaxy S10e"], ["Samsung", "Galaxy Z Flip"], @@ -50,8 +56,13 @@ def _getDecoyCamera(decoySeed: int) -> (str, str, int): ["Samsung", "Galaxy S10e"], ["Samsung", "Galaxy S10 5G"], ["Samsung", "Galaxy A60"], + ["Samsung", "Note 12"], + ["Samsung", "Note 12 Plus"], + ["Samsung", "Note 11"], + ["Samsung", "Note 11 Plus"], ["Samsung", "Note 10"], ["Samsung", "Note 10 Plus"], + ["Samsung", "Galaxy S22 Ultra"], ["Samsung", "Galaxy S21 Ultra"], ["Samsung", "Galaxy Note 20 Ultra"], ["Samsung", "Galaxy S21"], @@ -60,6 +71,8 @@ def _getDecoyCamera(decoySeed: int) -> (str, str, int): ["Samsung", "Galaxy Z Fold 2"], ["Samsung", "Galaxy A52 5G"], ["Samsung", "Galaxy A71 5G"], + ["Google", "Pixel 6 Pro"], + ["Google", "Pixel 6"], ["Google", "Pixel 5"], ["Google", "Pixel 4a"], ["Google", "Pixel 4 XL"],