Skip to content

NPCconversation SubmarineDeep flag triggers when the sub just explodes to crush depth #16270

@Regalis11

Description

@Regalis11

Discussed in #16236

Originally posted by ubertpendragon June 21, 2025

Disclaimers

  • I have searched the issue tracker to check if the issue has already been reported.
  • My issue happened while using mods.

What happened?

NPCconversation SubmarineDeep flag triggers when the sub reaches crush depth, so you will never actually experience the conversation:

  • the sub will just be completely breaking apart
  • you always upgrade the sub to not be in crush depth

var currentFlags = new List<Identifier>();
if (Submarine.MainSub != null && Submarine.MainSub.AtDamageDepth) { currentFlags.Add("SubmarineDeep".ToIdentifier()); }

If it trigger in the abyss part of the map instead it would work

Reproduction steps

  1. Go to crush depth
  2. The goal of the game is to not go to crush depth

Bug prevalence

Just once

Single player or multiplayer?

Single player

-

No response

Version

v1.9.7.0 (Summer Update 2025)

-

No response

Which operating system did you encounter this bug on?

Windows

Relevant error messages and crash reports

No response

Metadata

Metadata

Assignees

Labels

BugSomething isn't workingCodeProgramming taskTicketThe issue has been converted into an issue report.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions