Skip to content

Commit

Permalink
Merge pull request #30 from UndeadZeratul/main
Browse files Browse the repository at this point in the history
Update Serpentipede Class name for latest HDest Main
  • Loading branch information
UndeadZeratul authored Feb 20, 2024
2 parents fa8c69e + 72c1891 commit 7ade0ce
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 7ade0ce

Please sign in to comment.