Fix copypaste typo in A_SingularityTick
This commit is contained in:
parent
efd5531e19
commit
3eef4ffc32
2 changed files with 3 additions and 3 deletions
|
|
@ -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)";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue