Fix copypaste typo in A_SingularityTick

This commit is contained in:
Mari the Deer 2020-12-22 08:13:24 +01:00
commit 3eef4ffc32
2 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r698 \cu(Tue 22 Dec 01:48:23 CET 2020)";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r699 \cu(Tue 22 Dec 08:13:24 CET 2020)";

View file

@ -2283,8 +2283,8 @@ Class YnykronSingularity : Actor
if ( a && (a.Health <= 0) )
{
if ( a.player ) PlayerGone.FeckOff(a);
if ( tracer.FindState("YnykronAltDeath",true) )
tracer.SetStateLabel("YnykronAltDeath"); // dedicated state
if ( a.FindState("YnykronAltDeath",true) )
a.SetStateLabel("YnykronAltDeath"); // dedicated state
else
{
// poof away manually