Merge pull request #13266 from Ghommie/Ghommie-cit836

Fixing some mistakes with the priority overlays removal PR.
This commit is contained in:
silicons
2020-08-29 21:22:44 -07:00
committed by GitHub
3 changed files with 7 additions and 7 deletions

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]"