Skip to content

Commit

Permalink
fix x2
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoonij authored Dec 14, 2024
1 parent 4ae94df commit aa6adcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/dna_upgrader.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
)

/obj/item/dna_upgrader/update_icon_state()
icon_state = "dnaupgrader[used ? false : ""]"
icon_state = "dnaupgrader[used ? FALSE : ""]"

/obj/item/dna_upgrader/update_name(updates = ALL)
. = ..()
Expand Down

0 comments on commit aa6adcc

Please sign in to comment.