Skip to content
Snippets Groups Projects
Commit 6bc21277 authored by DCoded's avatar DCoded
Browse files

Merge branch 'pregmod-master' of https://gitgud.io/pregmodfan/fc-pregmod into hotfixes

parents a82f6d74 2097aa4d
No related branches found
No related tags found
No related merge requests found
...@@ -460,7 +460,7 @@ window.RASummaryCell = function() { ...@@ -460,7 +460,7 @@ window.RASummaryCell = function() {
function ruleSetValueToString(v) { function ruleSetValueToString(v) {
if (typeof v === 'object' && v.hasOwnProperty('cond') && v.hasOwnProperty('val')) { if (typeof v === 'object' && v.hasOwnProperty('cond') && v.hasOwnProperty('val')) {
return `${v.cond}&thinsp;${v.val}`; return `<nowiki>${v.cond} ${v.val}</nowiki>`;
} }
return `${v}`; return `${v}`;
} }
......
:: Main [nobr] :: Main [nobr]
<<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>> <<if $releaseID >= 1000 || $ver.includes("0.9") || $ver.includes("0.8") || $ver.includes("0.7") || $ver.includes("0.6")>>
<<if $releaseID >= 1031>> <<if $releaseID >= 1046>>
<<elseif $releaseID < 1046>>
''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major changes to the Rules Assistant data scheme, you must run [[backwards compatibility|Backwards Compatibility]].
<<elseif $releaseID < 1031>> <<elseif $releaseID < 1031>>
''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major overhaul to intelligence and education, it is advisable to run backwards compatibility. ''@@.red;INCOMPATIBILITY WARNING:@@'' your saved game was created using version $ver build $releaseID. Due to a major overhaul to intelligence and education, it is advisable to run backwards compatibility.
<<elseif $releaseID >= 1022 && ndef $SF>> <<elseif $releaseID >= 1022 && ndef $SF>>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment