Skip to content
Snippets Groups Projects
Commit 05307db3 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'fix' into 'pregmod-master'

Critical Fix

Closes #2326

See merge request pregmodfan/fc-pregmod!7907
parents ce3bf61b 18259c38
No related branches found
No related tags found
No related merge requests found
......@@ -547,7 +547,7 @@ App.Data.SlaveSummary = {
120: {desc: "healthy", style: "yellow"},
150: {desc: "Very healthy", style: "green"},
190: {desc: "Extremely healthy", style: "green"},
200: {desc: "Unnaturally healthy", style: "green"} //intended limit of 100 health
200: {desc: "Unnaturally healthy", style: "green"}, //intended limit of 100 health
999: {desc: "Unnaturally healthy", style: "green"} //catch to display unintended cases of health > 100 instead of vanishing
},
},
......
......@@ -35,6 +35,8 @@ globalThis.removeSlave = function(slave) {
}
}
V.favorites.delete(AS_ID);
if (INDEX >= 0 && INDEX < LENGTH) {
if (V.incubator > 0) {
V.tanks.forEach(child => {
......
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