Skip to content

Commit f524439

Browse files
Merge pull request #43 from Eroc/main
Replace GetName with GetTag
2 parents daba543 + 4fea016 commit f524439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zscript/HDBulletLib/Ammunition/LessLethalShells.zsc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ class HDB_00Rubber:HDBulletActor{
240240
if(penshell<=0)penshell=0;
241241
else penshell*=1.-frandom(0,hitangle*0.004);
242242

243-
if(hd_debug)A_Log("Armour: "..pen.." -"..penshell.." = "..pen-penshell.." "..hdmath.getname(hitactor));
243+
if(hd_debug)A_Log("Armour: "..pen.." -"..penshell.." = "..pen-penshell.." "..hitactor.gettag());
244244

245245
//apply final armour
246246
pen-=penshell;
@@ -472,4 +472,4 @@ class HDB_00Rubber:HDBulletActor{
472472
return;
473473
}
474474
}
475-
}
475+
}

0 commit comments

Comments
 (0)