Skip to content

Commit

Permalink
bugfix: Temporary Dominator Fix (ss220-space#4250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gottfrei authored Jan 26, 2024
1 parent 5884743 commit 0432469
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/projectiles/guns/energy/special.dm
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,9 @@

/obj/item/gun/energy/dominator/update_icon(updates = ALL)
is_equipped = ismob(loc)
..()
update_icon_state()
update_overlays()
update_equipped_item()


/obj/item/gun/energy/dominator/update_icon_state()
Expand Down

0 comments on commit 0432469

Please sign in to comment.