Skip to content

Commit

Permalink
should fix the icon issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien committed Feb 17, 2024
1 parent 09404b6 commit 78d5e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/devices/armor_painter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GLOBAL_LIST_INIT(armor_paints_medium, list("padded" = "1", "padless" = "2", "pad
GLOBAL_LIST_INIT(armor_paints_heavy, list("padded" = "H1", "padless" = "H2", "padless_lines" = "H3", "carrier" = "H4", "skull" = "H5", "smooth" = "H6"))
/obj/item/device/armor_painter
name = "armor painter"
icon = 'icons/obj/items/paper.dmi'
icon = 'icons/obj/items/items.dmi'
icon_state = "camo"
item_state = "flight"
var/list/modes_light
Expand Down

0 comments on commit 78d5e07

Please sign in to comment.