Skip to content

Commit

Permalink
changes metal rods from taking 3 slots to 2, accounting for size char…
Browse files Browse the repository at this point in the history
…t define
  • Loading branch information
QuickLode committed Mar 25, 2024
1 parent e3b08b9 commit 1a6b528
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/stacks/rods.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
singular_name = "metal rod"
icon_state = "rods"
flags_atom = FPRINT|CONDUCT
w_class = SIZE_MEDIUM
w_class = SIZE_SMALL
force = 9
throwforce = 15
throw_speed = SPEED_VERY_FAST
Expand Down Expand Up @@ -54,7 +54,7 @@ GLOBAL_LIST_INIT(rod_recipes, list (
singular_name = "plasteel rod"
icon_state = "rods_plasteel"
flags_atom = FPRINT
w_class = SIZE_MEDIUM
w_class = SIZE_SMALL
force = 9
throwforce = 15
throw_speed = SPEED_VERY_FAST
Expand Down

0 comments on commit 1a6b528

Please sign in to comment.