pokemon-io-core 0.0.139 → 0.0.141

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.
@@ -276,6 +276,7 @@ export const resolveTurn = (state, actions, skinId) => {
276
276
  winnerAtEnd === "none"; // Skip if battle ended
277
277
  if (shouldCheckRandomEvent && shouldTriggerRandomEvent(currentState.turnNumber)) {
278
278
  // Select random event based on skin
279
+ console.log("skinId =====>", skinId);
279
280
  const availableEvents = getRandomEventsForSkin(skinId || 'pokemon');
280
281
  const randomEvent = selectRandomEvent(availableEvents);
281
282
  // Emit banner event
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pokemon-io-core",
3
- "version": "0.0.139",
3
+ "version": "0.0.141",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "type": "module",