Skip to content

Commit

Permalink
Fix Garand Clip Offset
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Apr 25, 2024
1 parent 01756cb commit ed4c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zscript/Hexadoken/Weapons/M1 Garand/M1 Garand.zsc
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ class HDGarand:AutoReloadingThingy{
if(sb.hudlevel==1){
int nextmagloaded=sb.GetNextLoadMag(hdmagammo(hpl.findinventory(clip)));
if(nextmagloaded>=8)
sb.drawimage("GCLPA0",(-56,-3),sb.DI_SCREEN_CENTER_BOTTOM,scale:(1.5,1.5));
sb.drawimage("GCLPA0",(-46,-3),sb.DI_SCREEN_CENTER_BOTTOM,scale:(1.5,1.5));
else if (nextmagloaded==7)
sb.drawimage("GCLPB0",(-46,-3),sb.DI_SCREEN_CENTER_BOTTOM,scale:(1.5,1.5));
else if (nextmagloaded==6)
Expand Down

0 comments on commit ed4c811

Please sign in to comment.