lv 3 starter
Browse files
src/lib/components/Pages/Encounters.svelte
CHANGED
|
@@ -157,7 +157,8 @@
|
|
| 157 |
caught: true,
|
| 158 |
caughtAt: new Date(),
|
| 159 |
isInRoster: true,
|
| 160 |
-
rosterPosition: 0
|
|
|
|
| 161 |
});
|
| 162 |
|
| 163 |
// Get the updated piclet instance
|
|
|
|
| 157 |
caught: true,
|
| 158 |
caughtAt: new Date(),
|
| 159 |
isInRoster: true,
|
| 160 |
+
rosterPosition: 0,
|
| 161 |
+
level: 3
|
| 162 |
});
|
| 163 |
|
| 164 |
// Get the updated piclet instance
|