Skip to content

Commit

Permalink
indentation fix
Browse files Browse the repository at this point in the history
sorry i copied and pasted this code from discord
  • Loading branch information
Aquidu committed Aug 13, 2024
1 parent bcf2479 commit c29f97b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions code/game/objects/items/storage/ration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
update_overlays()

/obj/item/storage/ration/update_overlays()
. = ..()
var/mutable_appearance/ration_overlay
if(emblem_icon_state)
ration_overlay = mutable_appearance(icon, emblem_icon_state)
add_overlay(ration_overlay)
. = ..()
var/mutable_appearance/ration_overlay
if(emblem_icon_state)
ration_overlay = mutable_appearance(icon, emblem_icon_state)
add_overlay(ration_overlay)

/obj/item/storage/ration/ComponentInitialize()
. = ..()
Expand Down

0 comments on commit c29f97b

Please sign in to comment.