Skip to content

Commit

Permalink
Update items.ts
Browse files Browse the repository at this point in the history
Updates #8
  • Loading branch information
huww98 authored May 14, 2024
1 parent 9c04a78 commit 644a510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/items.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function isSplitter(id: number) {
}

export function isLab(id: number) {
return id === 2901;
return id === 2901 || id === 2902;
}

export function isStorage(id: number) {
Expand Down Expand Up @@ -81,5 +81,6 @@ export const allAssemblers = new Set([
2319,
2308, // 原油精炼厂
2309, // 化工厂
2317,
2310, // 对撞机
]);

0 comments on commit 644a510

Please sign in to comment.