From 1bab76f58b9a0cf8cd37e36ac37c24bccb33eb8a Mon Sep 17 00:00:00 2001 From: Sainan Date: Sun, 5 Jan 2025 12:37:08 +0100 Subject: [PATCH] fix: unlockAllScans not fully working with blacklisted enemies (#723) --- static/fixed_responses/allScans.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/static/fixed_responses/allScans.json b/static/fixed_responses/allScans.json index 8f186d293..938f7dd82 100644 --- a/static/fixed_responses/allScans.json +++ b/static/fixed_responses/allScans.json @@ -4346,5 +4346,17 @@ { "scans": 9999, "type": "/Lotus/Weapons/Infested/Melee/InfBoomerang/InfBoomerangSpawnAvatar" + }, + { + "scans": 9999, + "type": "/Lotus/Types/Game/CrewShip/GrineerDestroyer/DeepSpace/GrineerDSDestroyerAvatar" + }, + { + "scans": 9999, + "type": "/Lotus/Types/Game/CrewShip/GrineerDestroyer/Saturn/GrineerSaturnDestroyerAvatar" + }, + { + "scans": 9999, + "type": "/Lotus/Types/Game/CrewShip/GrineerDestroyer/GrineerDestroyerAvatar" } ]