Skip to content

Commit

Permalink
Update Serpentipede Class name for latest HDest Main
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Feb 16, 2024
1 parent fa8c69e commit 72c1891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscript/HDBulletLib/Ammunition/FlareShells.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ void A_ImpNoSquirt(){
A_Scream();
tracer=null;
if(blockingmobj){
if(blockingmobj is "Serpentipede"&&(!target||blockingmobj!=target.target))
if(blockingmobj is "FighterImp"&&(!target||blockingmobj!=target.target))
{
blockingmobj.givebody(random(1,5));
impacted = true;
Expand Down

0 comments on commit 72c1891

Please sign in to comment.