Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Commit

Permalink
Revert "Fix: better way"
Browse files Browse the repository at this point in the history
This reverts commit c81654e.
  • Loading branch information
Furrior committed Jun 27, 2023
1 parent c81654e commit 8363b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/game/objects/items/stacks/rods.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \
name = "metal rod"
desc = "Some rods. Can be used for building, or something."
singular_name = "metal rod"
icon = 'icons/obj/stacks/minerals.dmi'
icon_state = "rods"
item_state = "rods"
flags = CONDUCT
Expand Down Expand Up @@ -85,6 +86,7 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \
name = "fireproof rods"
desc = "Жаропрочные стержни, способные выдержать жар в несколько тысяч градусов. Могут использоваться для строительства мостов над лавой."
singular_name = "fireproof rod"
icon = 'icons/obj/stacks/minerals.dmi'
icon_state = "f_rods"
item_state = "f_rods"
flags = CONDUCT
Expand Down

0 comments on commit 8363b6d

Please sign in to comment.