mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Sheet Loader Changes (#8605)
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user