shuttle impacts port (#37422)

* initial

* adjust densities and thruster hp

* Fix evil hack

* Last stuff

* review, cleanup

* admin RW

* minor cleanup

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
Ilya246
2025-05-17 21:11:08 +04:00
committed by GitHub
parent 4afccdd5db
commit 356dabb9c9
12 changed files with 640 additions and 37 deletions

View File

@@ -467,5 +467,10 @@ public enum LogType
/// <summary>
/// Artifact node got activated.
/// </summary>
ArtifactNode = 101
ArtifactNode = 101,
/// <summary>
/// Damaging grid collision has occurred.
/// </summary>
ShuttleImpact = 102
}