File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -176,10 +176,10 @@ Hooks.once("ready", function () {
176
176
if ( game . user . isGM ) {
177
177
const current = game . settings . get ( "mythic" , "systemMigrationVersion" ) ;
178
178
179
- migrateCauterize ( ) ;
180
179
if ( ! current ) {
181
- if ( isNewerVersion ( "0.01" , current ) ) migrateWorld ( ) ;
180
+ if ( isNewerVersion ( "0.01" , current ) ) migrateWorld ( ) ;
182
181
if ( isNewerVersion ( "0.2.1" , current ) ) migrateV2_1 ( ) ;
182
+ if ( isNewerVersion ( "0.2.2" , current ) ) migrateCauterize ( ) ;
183
183
}
184
184
}
185
185
Original file line number Diff line number Diff line change 2
2
"name" : " mythic" ,
3
3
"title" : " Mythic 5.0" ,
4
4
"description" : " An unofficial system implementation for playing the fan-made Halo: Mythic game on Foundry Virtual Tabletop." ,
5
- "version" : " 0.2.2 " ,
5
+ "version" : " 0.2.3 " ,
6
6
"author" : " Tyler Baum" ,
7
7
"authors" : [
8
8
{
26
26
"gridUnits" : " m" ,
27
27
"primaryTokenAttribute" : " wounds" ,
28
28
"secondaryTokenAttribute" : null ,
29
- "minimumCoreVersion" : " 0.8.7" ,
30
- "compatibleCoreVersion" : " 9.269" ,
29
+ "compatibility" : {
30
+ "minimum" : 9 ,
31
+ "verified" : 9 ,
32
+ "maximum" : 10
33
+ },
31
34
"url" : " https://github.com/AugmenTab/mythic" ,
32
35
"manifest" : " https://raw.githubusercontent.com/AugmenTab/mythic/main/system.json" ,
33
36
"download" : " https://github.com/AugmenTab/mythic/releases/latest/download/mythic.zip" ,
You can’t perform that action at this time.
0 commit comments