Add entry for divingsuit

This commit is contained in:
2025-03-31 15:01:37 +02:00
parent 0148d871f9
commit 190d5b62ac

View File

@@ -12,6 +12,7 @@ local LOAD_MAP = {
anechoicdivingsuit = { oxygentank = 1, },
handheldsonar = { batterycell = 1 },
underwaterscooter = { batterycell = 1 },
divingsuit = { oxygentank = 1, },
}
return LOAD_MAP