pokemon-io-core 0.0.143 → 0.0.144
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40,6 +40,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
40
40
|
},
|
|
41
41
|
},
|
|
42
42
|
],
|
|
43
|
+
imageUrl: 'redada'
|
|
43
44
|
},
|
|
44
45
|
{
|
|
45
46
|
id: "mystery_pill",
|
|
@@ -72,6 +73,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
72
73
|
},
|
|
73
74
|
},
|
|
74
75
|
],
|
|
76
|
+
imageUrl: 'redada'
|
|
75
77
|
},
|
|
76
78
|
{
|
|
77
79
|
id: "hash_joint",
|
|
@@ -102,6 +104,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
102
104
|
},
|
|
103
105
|
},
|
|
104
106
|
],
|
|
107
|
+
imageUrl: 'redada'
|
|
105
108
|
},
|
|
106
109
|
{
|
|
107
110
|
id: "onlyfans_premium",
|
|
@@ -136,6 +139,7 @@ export const TRIBES_RANDOM_EVENTS = [
|
|
|
136
139
|
},
|
|
137
140
|
},
|
|
138
141
|
],
|
|
142
|
+
imageUrl: 'redada'
|
|
139
143
|
},
|
|
140
144
|
{
|
|
141
145
|
id: "sunday_hangover",
|