Update FOB icon.

Also removes the possibility of generating FOBs that are not FOBs.
This commit is contained in:
Dan Albert
2021-05-31 13:14:45 -07:00
parent 230d80a2a5
commit c42974f7b3
8 changed files with 8 additions and 9 deletions

View File

@@ -16,7 +16,6 @@ const Categories = Object.freeze([
"ewr",
"factory",
"farp",
"fob",
"fuel",
"missile",
"oil",
@@ -42,7 +41,7 @@ class CpIcons {
this.icons[player][state] = {
airfield: this.loadIcon("airfield", player, state),
cv: this.loadIcon("cv", player, state),
fob: this.loadLegacyIcon(player),
fob: this.loadIcon("fob", player, state),
lha: this.loadIcon("lha", player, state),
offmap: this.loadLegacyIcon(player),
};