Fixing some mistakes with the priority overlays removal PR.

This commit is contained in:
Ghommie
2020-08-26 14:00:35 +02:00
parent 973839dee4
commit 2811f744e3
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -268,7 +268,7 @@
for(var/i = ratio, i >= 1, i--)
charge_overlay.pixel_x = ammo_x_offset * (i - 1)
charge_overlay.pixel_y = ammo_y_offset * (i - 1)
. += charge_overlay
. += new /mutable_appearance(charge_overlay)
else
. += "[icon_state]_charge[ratio]"