Skip to content

Commit

Permalink
- fix DaggerAlert using FindState incorrectly.
Browse files Browse the repository at this point in the history
  • Loading branch information
Doom2fan authored and coelckers committed Jul 25, 2021
1 parent fc95a98 commit e514a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/actors/attacks.zs
Expand Up @@ -146,7 +146,7 @@ extend class Actor
bInCombat = true;

self.target = target;
let painstate = FindState('Pain', 'Dagger');
let painstate = FindState('Pain.Dagger');
if (painstate != NULL)
{
SetState(painstate);
Expand Down

0 comments on commit e514a75

Please sign in to comment.