aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDinorush <62536724+Dinorush@users.noreply.github.com>2022-10-21 22:39:16 -0400
committerGitHub <noreply@github.com>2022-10-22 03:39:16 +0100
commite9beee8d500f1729b6c051fba17beb493da43c24 (patch)
treea92f97bd7963c44a9627072f080a4f926a74ed30
parenta758993e51bcc83a9982d313900d19fe36223383 (diff)
downloadNorthstarMods-e9beee8d500f1729b6c051fba17beb493da43c24.tar.gz
NorthstarMods-e9beee8d500f1729b6c051fba17beb493da43c24.zip
Fix invalid titan soul crash on arm badge (#361)
-rw-r--r--Northstar.Custom/mod/scripts/vscripts/titan/sh_titan.gnut2
1 files changed, 1 insertions, 1 deletions
diff --git a/Northstar.Custom/mod/scripts/vscripts/titan/sh_titan.gnut b/Northstar.Custom/mod/scripts/vscripts/titan/sh_titan.gnut
index 92b4924b5..814e44303 100644
--- a/Northstar.Custom/mod/scripts/vscripts/titan/sh_titan.gnut
+++ b/Northstar.Custom/mod/scripts/vscripts/titan/sh_titan.gnut
@@ -219,7 +219,7 @@ void function AddArmBadgeToTitan( entity soul )
void function AddArmBadgeToTitan_Internal( entity soul )
{
- soul.EndSignal( "OnDeath" )
+ soul.EndSignal( "OnDestroy" )
// wait until the end of the frame to allow the soul to become owned by a boss player
WaitEndFrame()