Skip to content

Commit

Permalink
fixes gun sprite error
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilDragonfiend committed Dec 8, 2024
1 parent d1b16f1 commit 238d0f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/energy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
if(modifystate)
var/obj/item/ammo_casing/energy/shot = ammo_type[select]
if(single_shot_type_overlay)
. += "[icon_state]_[initial(shot.select_name)]"
. += mutable_appearance(icon, "[icon_state]_[initial(shot.select_name)]")
overlay_icon_state += "_[initial(shot.select_name)]"

var/ratio = get_charge_ratio()
Expand Down

0 comments on commit 238d0f2

Please sign in to comment.