Sheet Loader Changes (#8605)

This commit is contained in:
HouseOfSynth
2020-04-08 12:10:43 +02:00
committed by GitHub
parent 16fcfceb9b
commit e87f6e45ba
2 changed files with 46 additions and 3 deletions
@@ -258,10 +258,11 @@
return
/obj/item/gripper/no_use/loader //This is used to disallow building with metal.
name = "sheet loader"
desc = "A specialized loading device, designed to pick up and insert sheets of materials inside machines."
name = "sheet holder"
desc = "A specialized holding device, designed to hold sheets of material or tiling."
icon_state = "gripper-sheet"
can_hold = list(
/obj/item/stack/material
/obj/item/stack/material,
/obj/item/stack/tile
)