Skip to content

Commit

Permalink
Removing the cell/beaker stuff for now. New PR inc
Browse files Browse the repository at this point in the history
  • Loading branch information
TheObserver-sys authored and TheObserver-sys committed Sep 22, 2023
1 parent cf46433 commit decd908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/stock_parts/part_replacer.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
desc = "A special mechanical module made to store, sort, and apply standard machine parts."
icon_state = "RPED"
w_class = ITEMSIZE_HUGE
can_hold = list(/obj/item/stock_parts,/obj/item/cell/,/obj/item/reagent_containers/glass/beaker)
can_hold = list(/obj/item/stock_parts)
storage_slots = 100
use_to_pickup = 1
allow_quick_gather = 1
Expand Down

0 comments on commit decd908

Please sign in to comment.