We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daba543 + 4fea016 commit f524439Copy full SHA for f524439
zscript/HDBulletLib/Ammunition/LessLethalShells.zsc
@@ -240,7 +240,7 @@ class HDB_00Rubber:HDBulletActor{
240
if(penshell<=0)penshell=0;
241
else penshell*=1.-frandom(0,hitangle*0.004);
242
243
- if(hd_debug)A_Log("Armour: "..pen.." -"..penshell.." = "..pen-penshell.." "..hdmath.getname(hitactor));
+ if(hd_debug)A_Log("Armour: "..pen.." -"..penshell.." = "..pen-penshell.." "..hitactor.gettag());
244
245
//apply final armour
246
pen-=penshell;
@@ -472,4 +472,4 @@ class HDB_00Rubber:HDBulletActor{
472
return;
473
}
474
475
-}
+}
0 commit comments