mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 09:54:52 +00:00
Merge pull request #13266 from Ghommie/Ghommie-cit836
Fixing some mistakes with the priority overlays removal PR.
This commit is contained in:
@@ -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]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user