Skip to content

Commit

Permalink
remove a print that snuck through corcomhilvl.bos (#3226)
Browse files Browse the repository at this point in the history
remove a print that snuck through
  • Loading branch information
SethDGamre authored Jun 23, 2024
1 parent 83166b4 commit 882a3d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/Units/corcomhilvl.bos
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,6 @@ HitByWeaponId(anglex, anglez, weaponid, dmg) // angle[x|z] is always [-500;500],

if (shieldPower > 40000000){
set SHIELD_POWER to (shieldPower - ( dmg * 635 )); //635x is the multiplier by which damage is scaled according to shields
get PRINT(shieldPower, dmg);
return (0);
}
if (shieldPower <= 40000000){
Expand Down
Binary file modified scripts/Units/corcomhilvl.cob
Binary file not shown.

0 comments on commit 882a3d6

Please sign in to comment.