Skip to content

Commit

Permalink
fixes runtime error caused by typo in icon_state of /obj/item/ipc_chest
Browse files Browse the repository at this point in the history
  • Loading branch information
BingusSS13 committed Jul 21, 2024
1 parent f7bc2a4 commit 9d1b367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monkestation/code/game/objects/items/ipc_construction.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "ipc chest (ipc assembly)"
desc = "A complex metal chest cavity with standard limb sockets and pseudomuscle anchors."
icon = 'monkestation/icons/mob/species/ipc/bodyparts.dmi'
icon_state = "synthchest"
icon_state = "synth_chest"

/obj/item/ipc_chest/Initialize(mapload)
. = ..()
Expand Down

0 comments on commit 9d1b367

Please sign in to comment.